summaryrefslogtreecommitdiff
path: root/compiler/InterpreterProjectors.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Start adding markersSon Ho2024-05-241-9/+9
|
* Rename meta into spanAymeric Fromherz2024-05-241-56/+56
|
* Cleanup a bit and improve the error messagesSon Ho2024-04-071-2/+2
|
* Cleanup and fix a mistakeSon Ho2024-03-291-16/+16
|
* Add some error messagesSon Ho2024-03-291-1/+1
|
* formatting and changed save_error condition for failing from b to not bEscherichia2024-03-291-3/+7
|
* added file and line arg to craise and cassertEscherichia2024-03-291-28/+28
|
* formattingEscherichia2024-03-281-53/+56
|
* Should answer all comments, there are still some TODO: error message leftEscherichia2024-03-281-5/+5
|
* Added sanity_check and sanity_check_opt_meta helpers and changed sanity ↵Escherichia2024-03-281-5/+5
| | | | 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-3/+3
|
* WIP: translate.ml and extract.ml do not compile. Some assert left to do and ↵Escherichia2024-03-281-15/+15
| | | | 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-45/+46
| | | | assert by craise and cassert. Does not compile yet, still need to propagate the meta variable where it's relevant
* Start updating the name type, cleanup the names and the module abbrevsSon Ho2023-11-151-93/+89
|
* Add the "V" prefix to most variants related to valuesSon Ho2023-11-121-56/+56
|
* Prefix variants related to types with "T"Son Ho2023-11-121-4/+4
|
* Remove the 'r type variable from the ty type definitionSon Ho2023-11-121-16/+19
|
* Start adding support for traitsSon Ho2023-08-311-8/+7
|
* Make progress proapagating the changesSon Ho2023-08-021-10/+10
|
* Remove the meta-value field from AMutBorrowSon Ho2023-02-031-3/+1
|
* Remove the APrimitive variant from the avaluesSon Ho2023-02-031-2/+1
|
* Remove the meta-values from the shared and reserved borrow valuesSon Ho2023-02-031-4/+4
|
* Make progress on the environment matchesSon Ho2023-02-031-6/+25
|
* Rename "inactivated borrows" to "reserved borrows"Son Ho2022-11-071-7/+7
|
* Add some .mli filesSon Ho2022-11-071-52/+2
|
* Replace all the occurrences of `failwith ...` with `raise (Failure ...)`Son Ho2022-11-071-23/+27
|
* Reformat the codeSon Ho2022-10-271-1/+2
|
* Move constant_value to PrimitiveValues.mlSon Ho2022-10-271-4/+4
|
* Reorganize a bit the projectSon Ho2022-10-271-0/+543