summaryrefslogtreecommitdiff
path: root/compiler/InterpreterPaths.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup a bit and improve the error messagesSon Ho2024-04-071-11/+10
|
* Cleanup and fix a mistakeSon Ho2024-03-291-1/+1
|
* formatting and changed save_error condition for failing from b to not bEscherichia2024-03-291-8/+19
|
* added file and line arg to craise and cassertEscherichia2024-03-291-24/+24
|
* formattingEscherichia2024-03-281-42/+51
|
* Should answer all comments, there are still some TODO: error message leftEscherichia2024-03-281-9/+9
|
* Added sanity_check and sanity_check_opt_meta helpers and changed sanity ↵Escherichia2024-03-281-2/+2
| | | | 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-23/+23
|
* Still need to fill the TODO: error message and check some meta but it buildsEscherichia2024-03-281-1/+1
|
* WIP: translate.ml and extract.ml do not compile. Some assert left to do and ↵Escherichia2024-03-281-32/+32
| | | | 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-6/+6
|
* WIP Beginning working on better errors: began replacing raise (Failure) and ↵Escherichia2024-03-281-61/+62
| | | | assert by craise and cassert. Does not compile yet, still need to propagate the meta variable where it's relevant
* 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-89/+84
|
* Add the "V" prefix to most variants related to valuesSon Ho2023-11-121-45/+39
|
* Prefix variants related to types with "T"Son Ho2023-11-121-6/+6
|
* Remove the 'r type variable from the ty type definitionSon Ho2023-11-121-16/+17
|
* Remove some assumed types and add more support for builtin definitionsSon Ho2023-10-231-29/+2
|
* Start adding support for traitsSon Ho2023-08-311-22/+33
|
* Make progressSon Ho2023-08-021-10/+11
|
* Make progress proapagating the changesSon Ho2023-08-021-4/+5
|
* Remove the meta-values from the shared and reserved borrow valuesSon Ho2023-02-031-3/+3
|
* Implement a Config.ml file which groups all the global options in referencesSon Ho2022-11-101-24/+24
|
* Update `switch` to have a specific treatment of ADTsSon Ho2022-11-101-17/+15
|
* Rename "inactivated borrows" to "reserved borrows"Son Ho2022-11-071-11/+8
|
* Add some .mli filesSon Ho2022-11-071-146/+24
|
* Add ids to the dummy variablesSon Ho2022-11-071-3/+4
|
* Remove the argument [end_borrows] from prepare_lplace and ↵Son Ho2022-11-071-41/+18
| | | | drop_outer_loans_at_lplace
* Replace all the occurrences of `failwith ...` with `raise (Failure ...)`Son Ho2022-11-071-5/+7
|
* Fix an issue with drop_valueSon Ho2022-11-071-19/+21
|
* Fix some comment referencesSon Ho2022-10-271-2/+4
|
* Move constant_value to PrimitiveValues.mlSon Ho2022-10-271-2/+2
|
* Reorganize a bit the projectSon Ho2022-10-271-0/+801