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