summaryrefslogtreecommitdiff
path: root/compiler/InterpreterProjectors.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added sanity_check and sanity_check_opt_meta helpers and changed sanity check...Escherichia2024-03-281-5/+5
* 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 w...Escherichia2024-03-281-15/+15
* WIP Beginning working on better errors: began replacing raise (Failure) and a...Escherichia2024-03-281-45/+46
* 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