summaryrefslogtreecommitdiff
path: root/compiler/SymbolicAst.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Son Ho2022-11-101-0/+8
| | | | option)
* 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