There was an error while loading. Please reload this page.
The LTL tutor is implemented as a Flask web server, and uses:
See requirements.txt and conda-requirements.txt for a full list of dependencies.
To modify the parser, first:
src/ltl.g4
antlr4 -Dlanguage=Python3 ltl.g4
Tests currently consist only of Unit Tests. These are run using the unittest framework, and are in the test directory.
Test files must be of the form test_*.py
test_*.py