summaryrefslogtreecommitdiff
path: root/compiler/InterpreterLoopsFixedPoint.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* WIP Beginning working on better errors: began replacing raise (Failure) and ↵Escherichia2024-03-281-42/+43
| | | | assert by craise and cassert. Does not compile yet, still need to propagate the meta variable where it's relevant
* 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