summaryrefslogtreecommitdiff
path: root/compiler/InterpreterUtils.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Start updating to handle function pointersSon Ho2023-10-201-0/+5
|
* Normalize the function signatures before translation to pureSon Ho2023-09-171-0/+105
|
* Fix some issuesSon Ho2023-09-131-0/+2
|
* Make minor modificationsSon Ho2023-09-131-1/+5
|
* Make progress on correctly handling trait method calls in the symbolic executionSon Ho2023-09-111-0/+3
|
* Add support for the trait associated constantsSon Ho2023-09-101-1/+1
|
* Start adding support for traitsSon Ho2023-08-311-1/+1
|
* Update following the introduction of ConstantExprSon Ho2023-08-181-1/+2
|
* Fix issuesSon Ho2023-08-031-1/+1
|
* Improve the order of the loop input parametersSon Ho2023-02-031-0/+3
|
* Add more loop examples and fix issuesSon Ho2023-02-031-3/+20
|
* Implement support for nested borrows in loops, and add loop testsSon Ho2023-02-031-0/+14
|
* Make good progress on updating SymbolicToPureSon Ho2023-02-031-14/+32
|
* Make progress on Interpreter.mlSon Ho2023-02-031-0/+1
|
* Make minor modificationsSon Ho2023-02-031-6/+5
|
* Implement [match_ctx_with_target]Son Ho2023-02-031-5/+20
|
* Make some fixesSon Ho2023-02-031-0/+4
|
* Make progress on checking that two environments are equivalentSon Ho2023-02-031-0/+70
|
* Make progress on environment matches and joinsSon Ho2023-02-031-2/+11
|
* Start implementing support for loopsSon Ho2023-02-031-3/+10
|
* Add ids to the dummy variablesSon Ho2022-11-071-1/+4
|
* Move the AssignGlobal case from statement to rvalueSon Ho2022-10-281-1/+1
|
* Move some files to the Charon projectSon Ho2022-10-281-3/+3
|
* Reorganize a bit the projectSon Ho2022-10-271-0/+245