summaryrefslogtreecommitdiff
path: root/src/SymbolicAst.ml (unfollow)
Commit message (Expand)AuthorFilesLines
2022-09-22Update src/SymbolicAst.mlSon HO1-1/+1
2022-08-10Corrected translation without using functions, remaining bug in hashmap trans...Sidney Congard1-0/+2
2022-04-26Introduce the App expression, and make progress updating the codeSon Ho1-1/+1
2022-04-21Improve the generation of names for given back valuesSon Ho1-2/+2
2022-03-03Rename CFIM to LLBCSon Ho1-1/+1
2022-02-03Cleanup a bitSon Ho1-1/+0
2022-01-28Remove the Aggregated variant from SymbolicAst.meta as it is included inSon Ho1-2/+0
2022-01-28Generate meta-information for the assignmentsSon Ho1-10/+10
2022-01-27Generate meta-information for assignments in the symbolic ASTSon Ho1-0/+2
2022-01-27Rename the meta-places to [mplace] and update some commentsSon Ho1-6/+6
2022-01-27Add meta information for the variable names in SymbolicAstSon Ho1-2/+33
2022-01-26Make more progress on generating the symbolic AST for the backwardSon Ho1-3/+5
2022-01-25Make progress on SymbolicToPure.translate_end_abstractionSon Ho1-0/+1
2022-01-25Make good progress on SymbolicToPure.translate_expansionSon Ho1-5/+8
2022-01-25Implement SymbolicToPure.translate_fun_sigSon Ho1-3/+9
2022-01-24Make minor modificationsSon Ho1-0/+1
2022-01-21Finish updating the calls to the synthesis functions to generate theSon Ho1-4/+10
2022-01-21Start working on the generation of the symbolic ASTSon Ho1-0/+47