This directory contains files relevant to the tutorial Evaluating Constant TLA⁺ Expressions. You can see the expected state of the source code after the tutorial in the src directory. Unit tests (not covered in the tutorial) are in the test directory.
- Run
sbt
in this directory to start thesbt
server - Run
compile
to build all projects - Run
test
to run all unit tests - Run
run
to run one of the projects - Run
eclipse
to generate project files for the Eclipse IDE