summaryrefslogtreecommitdiff
path: root/compiler/InterpreterExpansion.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update the interpreter so that it is not written in CPS style (#120)Escherichia2024-05-231-141/+98
* formatting and changed save_error condition for failing from b to not bEscherichia2024-03-291-9/+24
* added file and line arg to craise and cassertEscherichia2024-03-291-26/+26
* formattingEscherichia2024-03-281-83/+97
* Should answer all comments, there are still some TODO: error message leftEscherichia2024-03-281-18/+18
* Added sanity_check and sanity_check_opt_meta helpers and changed sanity check...Escherichia2024-03-281-2/+2
* Inverted meta and config argument orders (from meta -> config to config -> meta)Escherichia2024-03-281-27/+27
* WIP: translate.ml and extract.ml do not compile. Some assert left to do and w...Escherichia2024-03-281-34/+34
* WIP: does not compile yet because we need to propagate the meta variable.Escherichia2024-03-281-73/+74
* Rename some definitionsSon Ho2023-12-181-1/+1
* Remove the type sv_kind ("symbolic value kind")Son Ho2023-12-051-22/+19
* Rename PrimitiveValues to ValuesSon Ho2023-11-211-1/+0
* Start updating the name type, cleanup the names and the module abbrevsSon Ho2023-11-151-128/+119
* Add the "V" prefix to most variants related to valuesSon Ho2023-11-121-15/+14
* Prefix variants related to types with "T"Son Ho2023-11-121-8/+8
* Remove the 'r type variable from the ty type definitionSon Ho2023-11-121-18/+20
* Update following the addition of raw pointersSon Ho2023-10-251-1/+2
* Remove some assumed types and add more support for builtin definitionsSon Ho2023-10-231-14/+1
* Start updating to handle function pointersSon Ho2023-10-201-1/+1
* Start adding support for traitsSon Ho2023-08-311-24/+21
* Make progressSon Ho2023-08-021-1/+2
* Make progress proapagating the changesSon Ho2023-08-021-20/+22
* Make minor modifications to improve the quality of the loop translationSon Ho2023-02-031-1/+3
* Remove the meta-values from the shared and reserved borrow valuesSon Ho2023-02-031-2/+1
* Make progress on the environment matchesSon Ho2023-02-031-2/+2
* Implement a Config.ml file which groups all the global options in referencesSon Ho2022-11-101-1/+1
* Reorganize branching symbolic expansions to prepare for the join operationSon Ho2022-11-101-54/+52
* Reorganize the symoblic expansions to separate the branching/non-branching onesSon Ho2022-11-101-57/+88
* Add some .mli filesSon Ho2022-11-071-52/+14
* Take care of some TODOsSon Ho2022-10-281-1/+1
* Fix some comment referencesSon Ho2022-10-271-1/+1
* Move constant_value to PrimitiveValues.mlSon Ho2022-10-271-3/+4
* Reorganize a bit the projectSon Ho2022-10-271-0/+733