summaryrefslogtreecommitdiff
path: root/compiler/SynthesizeSymbolic.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Start adding support for traitsSon Ho2023-08-311-17/+17
* Make progressSon Ho2023-08-021-9/+11
* Make progress proapagating the changesSon Ho2023-08-021-3/+3
* Start adding support for const genericsSon Ho2023-08-011-4/+4
* Improve the pretty names generation for loopsSon Ho2023-02-031-0/+2
* Fix some issues with the values given back by loop backward translationsSon Ho2023-02-031-3/+15
* Make good progress on updating SymbolicToPureSon Ho2023-02-031-4/+6
* Add a `Loop` node in the pure ASTSon Ho2023-02-031-1/+2
* Make progress on Interpreter.mlSon Ho2023-02-031-5/+6
* Remove the meta-values from the shared and reserved borrow valuesSon Ho2023-02-031-20/+24
* Start implementing support for loopsSon Ho2023-02-031-0/+7
* Factor out the symbolic execution for the forward/backward translationsSon Ho2022-11-101-2/+3
* Implement the generation of stateful backward functions (controlled by an opt...Son Ho2022-11-101-35/+31
* Reorganize branching symbolic expansions to prepare for the join operationSon Ho2022-11-101-0/+3
* Add ids to the dummy variablesSon Ho2022-11-071-1/+1
* Replace all the occurrences of `failwith ...` with `raise (Failure ...)`Son Ho2022-11-071-5/+5
* Move constant_value to PrimitiveValues.mlSon Ho2022-10-271-4/+5
* Reorganize a bit the projectSon Ho2022-10-271-0/+156