summaryrefslogtreecommitdiff
path: root/compiler/PrintPure.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add some error messagesSon Ho2024-03-291-3/+3
* formatting and changed save_error condition for failing from b to not bEscherichia2024-03-291-6/+15
* added file and line arg to craise and cassertEscherichia2024-03-291-19/+19
* formattingEscherichia2024-03-281-54/+87
* Should answer all comments, there are still some TODO: error message leftEscherichia2024-03-281-51/+51
* Still need to fill the TODO: error message and check some meta but it buildsEscherichia2024-03-281-12/+12
* WIP: translate.ml and extract.ml do not compile. Some assert left to do and w...Escherichia2024-03-281-62/+63
* Improve the generation of pretty name and the micro passesSon Ho2024-03-201-5/+20
* Update following changes in CharonSon Ho2024-03-171-14/+4
* Make progress on propagating the changesSon Ho2024-03-081-13/+5
* Fix the output type of the loops backward functionsSon Ho2023-12-221-9/+2
* Fix issues when extracting stateful functionsSon Ho2023-12-211-25/+26
* Fix a minor mistake in SymbolicToPureSon Ho2023-12-181-5/+7
* Make progress on propagating the changesSon Ho2023-12-151-12/+4
* Make good progress on updating SymbolicToPureSon Ho2023-12-151-0/+8
* Update the extraction to handle casts between integers/boolsSon Ho2023-12-131-1/+1
* Update following changes in CharonSon Ho2023-12-051-1/+4
* Add span information to the generated codeSon Ho2023-11-211-2/+2
* Rename PrimitiveValues to ValuesSon Ho2023-11-211-4/+4
* Use the name matcher implemented in CharonSon Ho2023-11-201-3/+3
* Start updating the name type, cleanup the names and the module abbrevsSon Ho2023-11-151-332/+239
* Prefix variants related to types with "T"Son Ho2023-11-121-35/+35
* Rename some variantsSon Ho2023-11-121-3/+3
* Remove the 'r type variable from the ty type definitionSon Ho2023-11-121-12/+12
* Update following the addition of raw pointersSon Ho2023-10-251-3/+5
* Remove some assumed types and add more support for builtin definitionsSon Ho2023-10-231-52/+5
* Start updating to handle function pointersSon Ho2023-10-201-11/+11
* Add supSon Ho2023-10-131-0/+1
* Make progress on correctly handling trait method calls in the symbolic executionSon Ho2023-09-111-2/+5
* Add support for the trait associated constantsSon Ho2023-09-101-1/+7
* Make progress on the extractionSon Ho2023-09-031-2/+2
* Update TranslateCore and factor out some definitions in PrintPureSon Ho2023-08-311-26/+12
* Finish updating SymbolicToPure.mlSon Ho2023-08-311-2/+11
* Start adding support for traitsSon Ho2023-08-311-26/+129
* Update following the introduction of ConstantExprSon Ho2023-08-181-3/+2
* Change some fun id names to use "Mut"/"Shared" as a suffixSon Ho2023-08-071-10/+10
* Add SliceLen as a primitive function and make minor adjustmentsSon Ho2023-08-041-0/+1
* Fix an issue with the extraction of aggregated arraysSon Ho2023-08-031-12/+26
* Make progressSon Ho2023-08-021-1/+0
* Make progressSon Ho2023-08-021-2/+13
* Make progressSon Ho2023-08-021-0/+1
* Make progress proapagating the changesSon Ho2023-08-021-35/+78
* Start adding support for const genericsSon Ho2023-08-011-3/+15
* Add a special expression for structure creation/updateSon Ho2023-06-041-0/+19
* Improve the heuristic to find pretty names for the variables in the loopsSon Ho2023-02-031-1/+5
* Fix some issues with the values given back by loop backward translationsSon Ho2023-02-031-3/+14
* Fix a minor issue in decompose_let_bindingsSon Ho2023-02-031-1/+2
* Add more loop examples and fix issuesSon Ho2023-02-031-1/+1
* Fix a small issue with SymbolicToPure.translate_loopSon Ho2023-02-031-23/+35
* Fix another bugSon Ho2023-02-031-4/+6