summaryrefslogtreecommitdiff
path: root/compiler/SymbolicAst.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make progress on correctly handling trait method calls in the symbolic executionSon Ho2023-09-111-1/+1
* Add support for the trait associated constantsSon Ho2023-09-101-1/+7
* Start adding support for traitsSon Ho2023-08-311-4/+1
* Update following the introduction of ConstantExprSon Ho2023-08-181-7/+13
* Fix an issue with the extraction of aggregated arraysSon Ho2023-08-031-1/+8
* Make progressSon Ho2023-08-021-0/+3
* Fix some issues with the values given back by loop backward translationsSon Ho2023-02-031-0/+5
* Add more loop examples and fix issuesSon Ho2023-02-031-0/+16
* Make good progress on updating SymbolicToPureSon Ho2023-02-031-9/+95
* Add a `Loop` node in the pure ASTSon Ho2023-02-031-4/+6
* Make progress on Interpreter.mlSon Ho2023-02-031-2/+8
* Remove the meta-values from the shared and reserved borrow valuesSon Ho2023-02-031-4/+24
* Start implementing support for loopsSon Ho2023-02-031-0/+7
* Make good progress on the Coq backendSon Ho2022-11-141-0/+4
* Factor out the symbolic execution for the forward/backward translationsSon Ho2022-11-101-5/+8
* Implement the generation of stateful backward functions (controlled by an opt...Son Ho2022-11-101-0/+8
* Reorganize branching symbolic expansions to prepare for the join operationSon Ho2022-11-101-0/+1
* Add ids to the dummy variablesSon Ho2022-11-071-1/+1
* Reorganize a bit the projectSon Ho2022-10-271-0/+98