summaryrefslogtreecommitdiff
path: root/compiler/InterpreterPaths.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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