summaryrefslogtreecommitdiff
path: root/compiler/Interpreter.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Compute the normalized trait types maps and update InterpreterSon Ho2023-09-011-30/+58
* Start adding support for traitsSon Ho2023-08-311-57/+39
* Update following the introduction of ConstantExprSon Ho2023-08-181-0/+10
* Update the code following a refactor on Charon's sideSon Ho2023-08-081-5/+11
* Make minor modificationsSon Ho2023-08-021-1/+1
* Make progress proapagating the changesSon Ho2023-08-021-15/+28
* Remove the symbolic interpreter testsSon Ho2023-06-041-30/+0
* Fix the comments for ocamldocSon Ho2023-02-031-1/+1
* Fix an issue with the translation of loops::clearSon Ho2023-02-031-3/+2
* Add more loop examples and fix issuesSon Ho2023-02-031-37/+60
* Implement support for nested borrows in loops, and add loop testsSon Ho2023-02-031-0/+2
* Implement a micro-pass to simplify the let-bindings followed by a returnSon Ho2023-02-031-1/+1
* Fix a minor bug in Interpreter.mlSon Ho2023-02-031-8/+11
* Fix another bugSon Ho2023-02-031-10/+45
* Make good progress on updating SymbolicToPureSon Ho2023-02-031-20/+24
* 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