summaryrefslogtreecommitdiff
path: root/compiler/Interpreter.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make progress on Interpreter.mlSon Ho2023-02-031-33/+141
* Merge loop abs so that there is one abs per function input region groupSon Ho2023-02-031-3/+8
* Make minor modificationsSon Ho2023-02-031-2/+2
* Implement [match_ctx_with_target]Son Ho2023-02-031-1/+3
* Remove the meta-values from the shared and reserved borrow valuesSon Ho2023-02-031-2/+2
* Start implementing support for loopsSon Ho2023-02-031-3/+4
* 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 opt...Son Ho2022-11-101-2/+9
* 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