summaryrefslogtreecommitdiff
path: root/compiler/ValuesUtils.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* formatting and changed save_error condition for failing from b to not bEscherichia2024-03-291-2/+6
|
* added file and line arg to craise and cassertEscherichia2024-03-291-8/+8
|
* formattingEscherichia2024-03-281-2/+4
|
* Should answer all comments, there are still some TODO: error message leftEscherichia2024-03-281-5/+5
|
* WIP: translate.ml and extract.ml do not compile. Some assert left to do and ↵Escherichia2024-03-281-18/+19
| | | | we need to see how translate_crate can give meta to the functions it calls
* Rename PrimitiveValues to ValuesSon Ho2023-11-211-1/+1
|
* Start updating the name type, cleanup the names and the module abbrevsSon Ho2023-11-151-7/+8
|
* Add the "V" prefix to most variants related to valuesSon Ho2023-11-121-10/+10
|
* Remove the 'r type variable from the ty type definitionSon Ho2023-11-121-8/+22
|
* Fix issuesSon Ho2023-08-031-0/+3
|
* Make progressSon Ho2023-08-021-0/+1
|
* Fix an issue with the translation of loops::clearSon Ho2023-02-031-1/+1
|
* Implement support for nested borrows in loops, and add loop testsSon Ho2023-02-031-1/+21
|
* Make progress on Interpreter.mlSon Ho2023-02-031-0/+7
|
* Make progress on environment matches and joinsSon Ho2023-02-031-0/+18
|
* Start implementing support for loopsSon Ho2023-02-031-4/+78
|
* Rename "inactivated borrows" to "reserved borrows"Son Ho2022-11-071-3/+3
|
* Replace all the occurrences of `failwith ...` with `raise (Failure ...)`Son Ho2022-11-071-2/+2
|
* Reorganize a bit the projectSon Ho2022-10-271-0/+121