This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
tla:repl:start [2018/08/30 17:25] jonathan |
tla:repl:start [2019/08/26 02:11] (current) jonathan |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== TLA+_REPL ====== | ====== TLA+_REPL ====== | ||
+ | |||
+ | [[https://github.com/will62794/tlaplus_repl|github source]] | ||
A session on the EECS Linux servers: | A session on the EECS Linux servers: | ||
<code> | <code> | ||
- | > tlaplus_repl157 | + | > tlaplus_repl160 |
------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ||
Welcome to the TLA+ REPL! This REPL uses the TLC model checker | Welcome to the TLA+ REPL! This REPL uses the TLC model checker | ||
Line 19: | Line 21: | ||
Goodbye! | Goodbye! | ||
+ | </code> | ||
+ | |||
+ | Here is the script: | ||
+ | <code> | ||
+ | >more /cs/local/bin/tlaplus_repl157 | ||
+ | #!/bin/sh | ||
+ | tlatools=/eecs/local/pkg/tla-1.5.7 | ||
+ | # Set Java CLASSPATH correctly. | ||
+ | export CLASSPATH=$tlatools:$CLASSPATH | ||
+ | python /eecs/local/pkg/tlaplus_repl/tla_repl.py | ||
</code> | </code> |