summaryrefslogtreecommitdiff
path: root/compiler/InterpreterLoopsFixedPoint.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Split collapse into collapse and reduce, rename accordinglyAymeric Fromherz2024-05-271-1/+1
* Add markers everywhere, do not use them yetAymeric Fromherz2024-05-271-11/+22
* Expand debug output in loops fixed pointsAymeric Fromherz2024-05-241-1/+16
* Rename meta into spanAymeric Fromherz2024-05-241-73/+73
* Update the interpreter so that it is not written in CPS style (#120)Escherichia2024-05-231-103/+90
* 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-28/+28
* formattingEscherichia2024-03-281-29/+45
* changes after git rebase mainEscherichia2024-03-281-7/+7
* Should answer all comments, there are still some TODO: error message leftEscherichia2024-03-281-22/+22
* Added sanity_check and sanity_check_opt_meta helpers and changed sanity check...Escherichia2024-03-281-4/+4
* Inverted meta and config argument orders (from meta -> config to config -> meta)Escherichia2024-03-281-5/+5
* WIP: translate.ml and extract.ml do not compile. Some assert left to do and w...Escherichia2024-03-281-31/+31
* WIP: does not compile yet because we need to propagate the meta variable.Escherichia2024-03-281-2/+2
* WIP Beginning working on better errors: began replacing raise (Failure) and a...Escherichia2024-03-281-42/+43
* Simplify the contexts before symbolically evaluating loopsSon Ho2024-03-081-1/+118
* Make progress on fixing the loopsSon Ho2024-03-081-5/+17
* Add logging informationSon Ho2024-03-081-0/+16
* Rename some definitionsSon Ho2023-12-181-9/+9
* Update following changes in CharonSon Ho2023-12-051-1/+1
* Start updating the name type, cleanup the names and the module abbrevsSon Ho2023-11-151-156/+145
* Add the "V" prefix to most variants related to valuesSon Ho2023-11-121-9/+9
* Prefix variants related to types with "T"Son Ho2023-11-121-1/+1
* Remove the 'r type variable from the ty type definitionSon Ho2023-11-121-8/+8
* Fix an issue with the extraction of aggregated arraysSon Ho2023-08-031-1/+1
* Make progress proapagating the changesSon Ho2023-08-021-0/+1
* Split InterpreterLoops into several filesSon Ho2023-02-031-0/+965