summaryrefslogtreecommitdiff
path: root/compiler/InterpreterLoopsMatchCtxs.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup and fix a mistakeSon Ho2024-03-291-17/+24
|
* Add some error messagesSon Ho2024-03-291-2/+2
|
* formatting and changed save_error condition for failing from b to not bEscherichia2024-03-291-21/+59
|
* added file and line arg to craise and cassertEscherichia2024-03-291-81/+81
|
* formattingEscherichia2024-03-281-84/+119
|
* changes after git rebase mainEscherichia2024-03-281-4/+4
|
* Should answer all comments, there are still some TODO: error message leftEscherichia2024-03-281-158/+164
|
* Added sanity_check and sanity_check_opt_meta helpers and changed sanity ↵Escherichia2024-03-281-6/+6
| | | | 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-4/+4
|
* Replaced some unclear TODOs error message placeholder by clearer TODOs, they ↵Escherichia2024-03-281-27/+27
| | | | were forgotten before last push
* Still need to fill the TODO: error message and check some meta but it buildsEscherichia2024-03-281-70/+76
|
* WIP: translate.ml and extract.ml do not compile. Some assert left to do and ↵Escherichia2024-03-281-159/+151
| | | | we need to see how translate_crate can give meta to the functions it calls
* WIP Beginning working on better errors: began replacing raise (Failure) and ↵Escherichia2024-03-281-2/+3
| | | | assert by craise and cassert. Does not compile yet, still need to propagate the meta variable where it's relevant
* Fix a small issue with the loopsSon Ho2024-03-081-5/+17
|
* Fix some issues with the loopsSon Ho2024-03-081-16/+39
|
* Make a minor modificationSon Ho2024-01-251-2/+2
|
* Fix a minor issue when values are moved in the loopsSon Ho2024-01-251-139/+362
|
* Rename some definitionsSon Ho2023-12-181-2/+2
|
* Remove the type sv_kind ("symbolic value kind")Son Ho2023-12-051-16/+8
|
* Update following changes in CharonSon Ho2023-12-051-5/+5
|
* Do not activate the sanity (invariant) checks by defaultSon Ho2023-11-271-1/+1
|
* Start updating the name type, cleanup the names and the module abbrevsSon Ho2023-11-151-273/+251
|
* Add the "V" prefix to most variants related to valuesSon Ho2023-11-121-38/+38
|
* Prefix variants related to types with "T"Son Ho2023-11-121-5/+5
|
* Remove the 'r type variable from the ty type definitionSon Ho2023-11-121-42/+45
|
* Start adding support for traitsSon Ho2023-08-311-7/+12
|
* Make progress proapagating the changesSon Ho2023-08-021-18/+19
|
* Add a commentSon Ho2023-02-031-0/+33
|
* Split InterpreterLoops into several filesSon Ho2023-02-031-0/+1591