Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2022-01-28 | Remove the Aggregated variant from SymbolicAst.meta as it is included in | Son Ho | 1 | -6/+0 |
2022-01-27 | Generate meta-information for assignments in the symbolic AST | Son Ho | 1 | -0/+6 |
2022-01-27 | Rename the meta-places to [mplace] and update some comments | Son Ho | 1 | -19/+23 |
2022-01-27 | Add meta information for the variable names in SymbolicAst | Son Ho | 1 | -16/+45 |
2022-01-27 | Cleanup a bit by removing useless `open` | Son Ho | 1 | -2/+0 |
2022-01-25 | Make progress on SymbolicToPure.translate_end_abstraction | Son Ho | 1 | -8/+11 |
2022-01-25 | Make good progress on SymbolicToPure.translate_expansion | Son Ho | 1 | -23/+16 |
2022-01-21 | Finish updating the calls to the synthesis functions to generate the | Son Ho | 1 | -2/+38 |
2022-01-21 | Start working on the generation of the symbolic AST | Son Ho | 1 | -0/+89 |