summaryrefslogtreecommitdiff
path: root/compiler/InterpreterPaths.ml (unfollow)
Commit message (Expand)AuthorFilesLines
2024-06-05Update an error messageSon Ho1-6/+10
2024-06-03Make minor modificationsSon Ho1-1/+1
2024-05-30Remove the cps.eval_result typeSon Ho1-2/+5
2024-05-24Start adding markersSon Ho1-4/+6
2024-05-24Rename meta into spanAymeric Fromherz1-95/+95
2024-05-23Update the interpreter so that it is not written in CPS style (#120)Escherichia1-73/+67
2024-04-07Cleanup a bit and improve the error messagesSon Ho1-11/+10
2024-03-29Cleanup and fix a mistakeSon Ho1-1/+1
2024-03-29formatting and changed save_error condition for failing from b to not bEscherichia1-8/+19
2024-03-29added file and line arg to craise and cassertEscherichia1-24/+24
2024-03-28formattingEscherichia1-42/+51
2024-03-28Should answer all comments, there are still some TODO: error message leftEscherichia1-9/+9
2024-03-28Added sanity_check and sanity_check_opt_meta helpers and changed sanity check...Escherichia1-2/+2
2024-03-28Inverted meta and config argument orders (from meta -> config to config -> meta)Escherichia1-23/+23
2024-03-28Still need to fill the TODO: error message and check some meta but it buildsEscherichia1-1/+1
2024-03-28WIP: translate.ml and extract.ml do not compile. Some assert left to do and w...Escherichia1-32/+32
2024-03-28WIP: does not compile yet because we need to propagate the meta variable.Escherichia1-6/+6
2024-03-28WIP Beginning working on better errors: began replacing raise (Failure) and a...Escherichia1-61/+62
2023-11-27Do not activate the sanity (invariant) checks by defaultSon Ho1-1/+1
2023-11-15Start updating the name type, cleanup the names and the module abbrevsSon Ho1-89/+84
2023-11-12Add the "V" prefix to most variants related to valuesSon Ho1-45/+39
2023-11-12Prefix variants related to types with "T"Son Ho1-6/+6
2023-11-12Remove the 'r type variable from the ty type definitionSon Ho1-16/+17
2023-10-23Remove some assumed types and add more support for builtin definitionsSon Ho1-29/+2
2023-08-31Start adding support for traitsSon Ho1-22/+33
2023-08-02Make progressSon Ho1-10/+11
2023-08-02Make progress proapagating the changesSon Ho1-4/+5
2023-02-03Remove the meta-values from the shared and reserved borrow valuesSon Ho1-3/+3
2022-11-10Implement a Config.ml file which groups all the global options in referencesSon Ho1-24/+24
2022-11-10Update `switch` to have a specific treatment of ADTsSon Ho1-17/+15
2022-11-07Rename "inactivated borrows" to "reserved borrows"Son Ho1-11/+8
2022-11-07Add some .mli filesSon Ho1-146/+24
2022-11-07Add ids to the dummy variablesSon Ho1-3/+4
2022-11-07Remove the argument [end_borrows] from prepare_lplace and drop_outer_loans_at...Son Ho1-41/+18
2022-11-07Replace all the occurrences of `failwith ...` with `raise (Failure ...)`Son Ho1-5/+7
2022-11-07Fix an issue with drop_valueSon Ho1-19/+21
2022-10-27Fix some comment referencesSon Ho1-2/+4
2022-10-27Move constant_value to PrimitiveValues.mlSon Ho1-2/+2
2022-10-27Reorganize a bit the projectSon Ho1-0/+0
2022-10-26Update the code documentation to fix links and syntax issuesSon Ho1-23/+23
2022-10-20Fix the semantics of dropSon Ho1-0/+1
2022-06-29Make minor modificationsSon Ho1-1/+5
2022-05-05Make minor fixesSon Ho1-2/+3
2022-04-21Improve the generation of names for given back valuesSon Ho1-3/+4
2022-03-03Rename TypeDef...,type_def...,FunDef,fun_def to ...Decl,...declSon Ho1-5/+5
2022-02-22Update some commentsSon Ho1-21/+8
2022-02-08Fix a minor issueSon Ho1-1/+0
2022-02-08Add an option to allow the presence of bottom values below borrowsSon Ho1-0/+4
2022-02-08Fix more issuesSon Ho1-5/+8
2022-02-08Update the projection functions to take into account the option typeSon Ho1-19/+28