Developer Manual: Difference between revisions

No edit summary
No edit summary
Line 1: Line 1:
The kernel of ProB is written in Prolog, the B parser is developed in Java using SableCC. The [https://github.com/hhu-stups/probparsers ProB parser is available on github].
There is a comprehensive Java API available (also known as ProB 2.0).


A [https://www3.hhu.de/stups/handbook/prob2/prob_handbook.html#prob2-java-api new ProB Developer Manual] is available, superseding the information below.




Line 29: Line 26:


The documentation for the Java API to ProB can be found [[ProB_Java_API|here]].
The documentation for the Java API to ProB can be found [[ProB_Java_API|here]].
A [https://www3.hhu.de/stups/handbook/prob2/prob_handbook.html#prob2-java-api new ProB Developer Manual] is available.

Revision as of 08:48, 13 January 2021


ProB Source Code

The kernel of ProB is written in Prolog and you can download the latest Prolog sourcecode snapshot from: http://www3.hhu.de/stups/downloads/prob/source/

You may also wish to obtain related Java sources:


ProB Prolog Source Code

ProB Java API (aka ProB 2.0)

The documentation for the Java API to ProB can be found here.


A new ProB Developer Manual is available.