summaryrefslogtreecommitdiff
path: root/compiler/InterpreterExpressions.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Start adding support for traitsSon Ho2023-08-311-14/+30
* Update following the introduction of ConstantExprSon Ho2023-08-181-8/+33
* Fix an issue with the extraction of aggregated arraysSon Ho2023-08-031-3/+1
* Fix issuesSon Ho2023-08-031-3/+16
* Make progressSon Ho2023-08-021-26/+60
* Make progress proapagating the changesSon Ho2023-08-021-14/+15
* Implement a pass to filter shallow borrowsSon Ho2023-02-031-5/+4
* Add more loop examples and fix issuesSon Ho2023-02-031-6/+28
* Remove the meta-values from the shared and reserved borrow valuesSon Ho2023-02-031-9/+9
* Make [Result::Failure] type an [Error] parameterSon Ho2022-11-141-4/+4
* Implement a Config.ml file which groups all the global options in referencesSon Ho2022-11-101-9/+9
* Update `switch` to have a specific treatment of ADTsSon Ho2022-11-101-91/+5
* Rename "inactivated borrows" to "reserved borrows"Son Ho2022-11-071-7/+7
* Add some .mli filesSon Ho2022-11-071-27/+99
* Replace all the occurrences of `failwith ...` with `raise (Failure ...)`Son Ho2022-11-071-3/+5
* Move the AssignGlobal case from statement to rvalueSon Ho2022-10-281-2/+3
* Take care of some TODOsSon Ho2022-10-281-1/+1
* Reorganize Print.mlSon Ho2022-10-271-1/+1
* Reformat the codeSon Ho2022-10-271-3/+4
* Move constant_value to PrimitiveValues.mlSon Ho2022-10-271-34/+35
* Reorganize a bit the projectSon Ho2022-10-271-0/+720