summaryrefslogtreecommitdiff
path: root/src/Tamasheq.ml
AgeCommit message (Collapse)Author
2014-09-29Added the -t CLI optionGrégoire Duchêne
This option makes tamasheq print any exception that escaped the eval function. Thus, instead of crashing, tamasheq will exit normally. This option is used in run_tests.sh when some of the tests do fail on purpose (see tests/AssertFalse.ml).
2014-09-28Implemented the -denv CLI optionGrégoire Duchêne
2014-09-27Moved the code into src/Grégoire Duchêne