summaryrefslogtreecommitdiff
path: root/compiler/InterpreterStatements.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make [Result::Failure] type an [Error] parameterSon Ho2022-11-141-2/+2
* Implement a Config.ml file which groups all the global options in referencesSon Ho2022-11-101-10/+8
* Reorganize branching symbolic expansions to prepare for the join operationSon Ho2022-11-101-16/+18
* Reorganize the symoblic expansions to separate the branching/non-branching onesSon Ho2022-11-101-3/+1
* Update `switch` to have a specific treatment of ADTsSon Ho2022-11-101-68/+117
* Rename "inactivated borrows" to "reserved borrows"Son Ho2022-11-071-1/+1
* Add some .mli filesSon Ho2022-11-071-56/+15
* Add ids to the dummy variablesSon Ho2022-11-071-16/+24
* Remove the argument [end_borrows] from prepare_lplace and drop_outer_loans_at...Son Ho2022-11-071-9/+4
* Fix an issue with drop_valueSon Ho2022-11-071-9/+11
* Move the AssignGlobal case from statement to rvalueSon Ho2022-10-281-33/+40
* Make minor updates to account for Charon's changesSon Ho2022-10-281-5/+4
* Take care of some TODOsSon Ho2022-10-281-1/+1
* Move some files to the Charon projectSon Ho2022-10-281-9/+9
* Fix some comment referencesSon Ho2022-10-271-7/+7
* Move constant_value to PrimitiveValues.mlSon Ho2022-10-271-6/+7
* Reorganize a bit the projectSon Ho2022-10-271-0/+1370