summaryrefslogtreecommitdiff
path: root/compiler/SymbolicAst.ml (unfollow)
Commit message (Expand)AuthorFilesLines
2024-04-03added Error and EError to expressions and propagated related changesEscherichia1-0/+1
2024-03-20Improve the generation of pretty name and the micro passesSon Ho1-0/+3
2024-03-18Make good progress on adding generics to global constantsSon Ho1-1/+1
2024-03-17Update following changes in CharonSon Ho1-2/+1
2024-03-08Add some commentsSon Ho1-7/+7
2024-03-08Make progress on fixing the loopsSon Ho1-2/+1
2023-12-22Fix an issue when merging the fwd/back functions of trait methodsSon Ho1-0/+4
2023-12-21Make good progress on merging the fwd/back functionsSon Ho1-0/+4
2023-11-27Fix the issues with the cross-references for OCaml docSon Ho1-2/+2
2023-11-21Add span information to the generated codeSon Ho1-6/+7
2023-11-20Use the name matcher implemented in CharonSon Ho1-1/+1
2023-11-15Start updating the name type, cleanup the names and the module abbrevsSon Ho1-47/+44
2023-11-12Rename some variantsSon Ho1-1/+1
2023-11-12Remove the 'r type variable from the ty type definitionSon Ho1-27/+13
2023-09-11Make progress on correctly handling trait method calls in the symbolic executionSon Ho1-1/+1
2023-09-10Add support for the trait associated constantsSon Ho1-1/+7
2023-08-31Start adding support for traitsSon Ho1-4/+1
2023-08-18Update following the introduction of ConstantExprSon Ho1-7/+13
2023-08-03Fix an issue with the extraction of aggregated arraysSon Ho1-1/+8
2023-08-02Make progressSon Ho1-0/+3
2023-02-03Fix some issues with the values given back by loop backward translationsSon Ho1-0/+5
2023-02-03Add more loop examples and fix issuesSon Ho1-0/+16
2023-02-03Make good progress on updating SymbolicToPureSon Ho1-9/+95
2023-02-03Add a `Loop` node in the pure ASTSon Ho1-4/+6
2023-02-03Make progress on Interpreter.mlSon Ho1-2/+8
2023-02-03Remove the meta-values from the shared and reserved borrow valuesSon Ho1-4/+24
2023-02-03Start implementing support for loopsSon Ho1-0/+7
2022-11-14Make good progress on the Coq backendSon Ho1-0/+4
2022-11-10Factor out the symbolic execution for the forward/backward translationsSon Ho1-5/+8
2022-11-10Implement the generation of stateful backward functions (controlled by an opt...Son Ho1-0/+8
2022-11-10Reorganize branching symbolic expansions to prepare for the join operationSon Ho1-0/+1
2022-11-07Add ids to the dummy variablesSon Ho1-1/+1
2022-10-27Reorganize a bit the projectSon Ho1-0/+0
2022-10-26Update the code documentation to fix links and syntax issuesSon Ho1-12/+12
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