summaryrefslogtreecommitdiff
path: root/compiler/Interpreter.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Factor out the symbolic execution for the forward/backward translationsSon Ho2022-11-101-39/+37
|
* Implement a Config.ml file which groups all the global options in referencesSon Ho2022-11-101-15/+13
|
* Implement the generation of stateful backward functions (controlled by an ↵Son Ho2022-11-101-2/+9
| | | | option)
* Add some .mli filesSon Ho2022-11-071-4/+4
|
* Replace all the occurrences of `failwith ...` with `raise (Failure ...)`Son Ho2022-11-071-4/+6
|
* Make minor updates to account for Charon's changesSon Ho2022-10-281-8/+7
|
* Take care of some TODOsSon Ho2022-10-281-1/+1
|
* Reorganize a bit the projectSon Ho2022-10-271-0/+396