or:
exp.open [exp_opt] spec[.exp] [cc_opt] simulator
or:
fsp.open [fsp_opt] spec[.lts] [cc_opt] simulator
or:
lnt.open [lnt_opt] spec[.lnt] [cc_opt] simulator
or:
lotos.open [lotos_opt] spec[.lotos] [cc_opt] simulator
or:
seq.open [seq_opt] spec[.seq] [cc_opt] simulator
It performs an infinite interpreter loop, reading commands on the standard input, executing these commands, and printing the result on the standard output.
A stack is used to maintain the execution sequence starting from the initial state and leading to the current state, thus making backtrack possible.
The list of available commands can be obtained by typing "help" or "?".
The options exp_opt, if any, are passed to exp.open .
The options fsp_opt, if any, are passed to fsp.open .
The options lnt_opt, if any, are passed to lnt.open .
The options lotos_opt, if any, are passed to caesar and to caesar.adt .
The options seq_opt, if any, are passed to seq.open .
The options cc_opt, if any, are passed to the C compiler.
Additional information is available from the CADP Web page located at http://cadp.inria.fr
Directives for installation are given in files $CADP/INSTALLATION_*.
Recent changes and improvements to this software are reported and commented in file $CADP/HISTORY.