Coder Social home page Coder Social logo

prob.vim's Introduction

prob.vim

ProB Logo

VIM plugin to show a quickfix list of parse and type errors for classical B machines (.mch) using the command line tool of the ProB animator and model checker for the B-Method.

Installation

To install, depending on how you manage your VIM plugins place the corresponding snippet in .vimrc or execute the corresponding commands:

Vundle

Plugin 'bivab/prob.vim'

NeoBundle

NeoBundle 'bivab/prob.vim'

pathogen.vim

cd ~/.vim/bundle
git clone https://github.com/bivab/prob.vim

Manual Installation

If you do not wan't to use a plugin manager, place a of copy the contents of this repository into the directores with the corresponding names within your ~/.vim directory.

Requirements

This plugin depends on ProB CLI which is shipped with ProB, Additionally the ProB parser depends on Java 7 or later, see Java requirements for B parser for details.

Configuration

The plugin expects the probcli binary in the current $PATH. The path to the binary can be configured by overriding the g:prob_parser variable in your VIM configuration.

let g:prob_parser = "~/some_path/probcli"

prob.vim's People

Contributors

bivab avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

prob.vim's Issues

Errors not showing

I have changed the name of the Machine despite file name having a different name and i still get no error to be shown
image

EDIT
my configuration for prob is below
let g:prob_parser = "/mnt/c/users/muizu/downloads/ProB/probcli"

I am using wsl for this

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.