summaryrefslogtreecommitdiff
path: root/compiler/Print.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement a pass to filter shallow borrowsSon Ho2023-02-031-1/+1
|
* Add more loop examples and fix issuesSon Ho2023-02-031-0/+1
|
* Fix another bugSon Ho2023-02-031-20/+52
|
* Fix some bugsSon Ho2023-02-031-2/+6
|
* Compute the SCCs of the functions to extract in Translate.mlSon Ho2023-02-031-0/+3
|
* Update the comments in Values and make minor modificationsSon Ho2023-02-031-3/+2
|
* Remove the meta-value field from AMutBorrowSon Ho2023-02-031-1/+1
|
* Remove the APrimitive variant from the avaluesSon Ho2023-02-031-1/+0
|
* Remove the meta-values from the shared and reserved borrow valuesSon Ho2023-02-031-3/+2
|
* Make some fixesSon Ho2023-02-031-2/+18
|
* Make progress on the environment matchesSon Ho2023-02-031-2/+4
|
* Rename "inactivated borrows" to "reserved borrows"Son Ho2022-11-071-2/+2
|
* Add ids to the dummy variablesSon Ho2022-11-071-10/+16
|
* Replace all the occurrences of `failwith ...` with `raise (Failure ...)`Son Ho2022-11-071-7/+9
|
* Make minor modificationsSon Ho2022-10-281-3/+7
|
* Move some files to the Charon projectSon Ho2022-10-281-728/+4
|
* Reorganize Print.mlSon Ho2022-10-271-262/+271
|
* Move constant_value to PrimitiveValues.mlSon Ho2022-10-271-4/+4
|
* Reorganize a bit the projectSon Ho2022-10-271-0/+1283