summaryrefslogtreecommitdiff
path: root/compiler/InterpreterExpansion.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update charonNadrieril2024-06-241-2/+2
|
* Filter out type aliasesNadrieril2024-06-061-2/+2
|
* Merge branch 'main' into son/clean-synthesisSon Ho2024-06-051-1/+9
|\
| * Fix a bug when composing the continuations in eval_statementSon Ho2024-06-031-1/+9
| |
* | Remove the cps.eval_result typeSon Ho2024-05-301-4/+3
| |
* | Remove the options from the functions synthesizing the symbolic ASTSon Ho2024-05-301-16/+9
|/
* Rename meta into spanAymeric Fromherz2024-05-241-79/+79
|
* Update the interpreter so that it is not written in CPS style (#120)Escherichia2024-05-231-141/+98
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Start turning the compiler in a style which is less CPS * Update a function in InterpreterExpressions.ml * WIP work on cps * WIP * WIP, currently on InterpreterStatements.ml * WIP * Finished CPS-related modification * Fixed some warning related to documentation comments * Finished loop support, fixed a loop * fixed a typed value * Fixed check_disappeared related error * cleaned check_disappeared related error * Start cleaning up * Do more cleanup * Make some cleanup and fix an issue * Do more cleanup * Do more cleanup * Do more cleanup * Do more cleanup * Do more cleanup * Do more cleanup * Do more cleanup * Do more cleanup * Rename a function * Do more cleanup * Cleanup the loops code and fix some bugs * Cleanup assign_to_place * Make a minor cleanup --------- Co-authored-by: Son Ho <hosonmarc@gmail.com>
* 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 ↵Escherichia2024-03-281-2/+2
| | | | checks related cassert to these helpers to have a proper error message
* 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 ↵Escherichia2024-03-281-34/+34
| | | | we need to see how translate_crate can give meta to the functions it calls
* 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