summaryrefslogtreecommitdiff
path: root/src/SynthesizeSymbolic.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove the Aggregated variant from SymbolicAst.meta as it is included inSon Ho2022-01-281-6/+0
| | | | the Assignment variant
* Generate meta-information for assignments in the symbolic ASTSon Ho2022-01-271-0/+6
|
* Rename the meta-places to [mplace] and update some commentsSon Ho2022-01-271-19/+23
|
* Add meta information for the variable names in SymbolicAstSon Ho2022-01-271-16/+45
|
* Cleanup a bit by removing useless `open`Son Ho2022-01-271-2/+0
|
* Make progress on SymbolicToPure.translate_end_abstractionSon Ho2022-01-251-8/+11
|
* Make good progress on SymbolicToPure.translate_expansionSon Ho2022-01-251-23/+16
|
* Finish updating the calls to the synthesis functions to generate theSon Ho2022-01-211-2/+38
| | | | symbolic AST
* Start working on the generation of the symbolic ASTSon Ho2022-01-211-0/+89