No edit summary |
No edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
[[Category:ProB Cli]] | [[Category:ProB Cli]] | ||
The ProB Cli (command-line interface) offers many of the ProB features via command-line. As such, you can run ProB from your shell scripts or in your Makefiles. probcli contains a REPL (Read-Eval-Print-Loop) and you can also integrate probcli into an editor such as vim. | The ProB Cli (command-line interface) offers many of the ProB features via command-line. As such, you can run ProB from your shell scripts or in your Makefiles. probcli contains a REPL (Read-Eval-Print-Loop) and you can also [https://github.com/bivab/prob.vim integrate probcli into an editor such as vim]. | ||
probcli can also communicate with other tools or graphical user interfaces via sockets (this is used by [[ProB_for_Rodin | ProB for Rodin]]. | probcli can also communicate with other tools or graphical user interfaces via sockets (this is used by [[ProB_for_Rodin | ProB for Rodin]]). | ||
== Documentation == | == Documentation == |
The ProB Cli (command-line interface) offers many of the ProB features via command-line. As such, you can run ProB from your shell scripts or in your Makefiles. probcli contains a REPL (Read-Eval-Print-Loop) and you can also integrate probcli into an editor such as vim.
probcli can also communicate with other tools or graphical user interfaces via sockets (this is used by ProB for Rodin).