summaryrefslogtreecommitdiff
path: root/compiler/SynthesizeSymbolic.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove the options from the functions synthesizing the symbolic ASTSon Ho2024-05-301-127/+111
* Rename meta into spanAymeric Fromherz2024-05-241-20/+20
* Update the interpreter so that it is not written in CPS style (#120)Escherichia2024-05-231-2/+0
* formatting and changed save_error condition for failing from b to not bEscherichia2024-03-291-1/+3
* added file and line arg to craise and cassertEscherichia2024-03-291-8/+8
* formattingEscherichia2024-03-281-11/+15
* Should answer all comments, there are still some TODO: error message leftEscherichia2024-03-281-2/+2
* WIP: does not compile yet because we need to propagate the meta variable.Escherichia2024-03-281-17/+18
* Improve the generation of pretty name and the micro passesSon Ho2024-03-201-0/+6
* Make good progress on adding generics to global constantsSon Ho2024-03-181-3/+3
* Make progress on fixing the loopsSon Ho2024-03-081-1/+1
* Fix an issue when merging the fwd/back functions of trait methodsSon Ho2023-12-221-5/+8
* Make good progress on merging the fwd/back functionsSon Ho2023-12-211-5/+11
* Add span information to the generated codeSon Ho2023-11-211-3/+4
* Rename PrimitiveValues to ValuesSon Ho2023-11-211-1/+0
* Start updating the name type, cleanup the names and the module abbrevsSon Ho2023-11-151-65/+57
* Prefix variants related to types with "T"Son Ho2023-11-121-3/+3
* Remove the 'r type variable from the ty type definitionSon Ho2023-11-121-10/+10
* Update following the addition of raw pointersSon Ho2023-10-251-1/+3
* Start updating to handle function pointersSon Ho2023-10-201-1/+1
* Make progress on correctly handling trait method calls in the symbolic executionSon Ho2023-09-111-1/+1
* Start adding support for traitsSon Ho2023-08-311-17/+17
* Make progressSon Ho2023-08-021-9/+11
* Make progress proapagating the changesSon Ho2023-08-021-3/+3
* Start adding support for const genericsSon Ho2023-08-011-4/+4
* Improve the pretty names generation for loopsSon Ho2023-02-031-0/+2
* Fix some issues with the values given back by loop backward translationsSon Ho2023-02-031-3/+15
* Make good progress on updating SymbolicToPureSon Ho2023-02-031-4/+6
* Add a `Loop` node in the pure ASTSon Ho2023-02-031-1/+2
* Make progress on Interpreter.mlSon Ho2023-02-031-5/+6
* Remove the meta-values from the shared and reserved borrow valuesSon Ho2023-02-031-20/+24
* Start implementing support for loopsSon Ho2023-02-031-0/+7
* 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 opt...Son Ho2022-11-101-35/+31
* 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