summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2014-10-06[REBME] First draft of the APIapiGrégoire Duchêne
2014-10-04Implemented Pfloatfield and PsetfloatfieldmasterGrégoire Duchêne
2014-10-02Removed useless parenthesesGrégoire Duchêne
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-29Fixed the evaluation of some predefined exceptionsGrégoire Duchêne
2014-09-29Clarified a few helper functionsGrégoire Duchêne
2014-09-28Implemented the -denv CLI optionGrégoire Duchêne
2014-09-27Moved the code into src/Grégoire Duchêne