summaryrefslogtreecommitdiff
path: root/compiler/InterpreterLoopsFixedPoint.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Escherichia2024-03-281-4/+4
| | | | 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-5/+5
|
* WIP: translate.ml and extract.ml do not compile. Some assert left to do and ↵Escherichia2024-03-281-31/+31
| | | | 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-2/+2
|
* 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