summaryrefslogtreecommitdiff
path: root/compiler/InterpreterStatements.ml (unfollow)
Commit message (Expand)AuthorFilesLines
2023-08-03Fix issuesSon Ho1-5/+2
2023-08-02Make progressSon Ho1-22/+27
2023-08-02Make progressSon Ho1-36/+56
2023-08-02Make progress proapagating the changesSon Ho1-19/+22
2023-02-03Add more loop examples and fix issuesSon Ho1-2/+2
2023-02-03Fix some bugsSon Ho1-4/+4
2023-02-03Make progress on Interpreter.mlSon Ho1-16/+23
2023-02-03Remove the meta-values from the shared and reserved borrow valuesSon Ho1-3/+4
2023-02-03Start implementing support for loopsSon Ho1-52/+19
2022-11-14Make [Result::Failure] type an [Error] parameterSon Ho1-2/+2
2022-11-10Implement a Config.ml file which groups all the global options in referencesSon Ho1-10/+8
2022-11-10Reorganize branching symbolic expansions to prepare for the join operationSon Ho1-16/+18
2022-11-10Reorganize the symoblic expansions to separate the branching/non-branching onesSon Ho1-3/+1
2022-11-10Update `switch` to have a specific treatment of ADTsSon Ho1-68/+117
2022-11-07Rename "inactivated borrows" to "reserved borrows"Son Ho1-1/+1
2022-11-07Add some .mli filesSon Ho1-56/+15
2022-11-07Add ids to the dummy variablesSon Ho1-16/+24
2022-11-07Remove the argument [end_borrows] from prepare_lplace and drop_outer_loans_at...Son Ho1-9/+4
2022-11-07Fix an issue with drop_valueSon Ho1-9/+11
2022-10-28Move the AssignGlobal case from statement to rvalueSon Ho1-33/+40
2022-10-28Make minor updates to account for Charon's changesSon Ho1-5/+4
2022-10-28Take care of some TODOsSon Ho1-1/+1
2022-10-28Move some files to the Charon projectSon Ho1-9/+9
2022-10-27Fix some comment referencesSon Ho1-7/+7
2022-10-27Move constant_value to PrimitiveValues.mlSon Ho1-6/+7
2022-10-27Reorganize a bit the projectSon Ho1-0/+0
2022-10-26Update the code documentation to fix links and syntax issuesSon Ho1-39/+39
2022-10-26Add meta data with code locations to the various definitionsSon Ho1-1/+1
2022-10-20Fix the semantics of dropSon Ho1-4/+16
2022-09-22Make minor modificationsSon Ho1-10/+16
2022-08-10Corrected translation without using functions, remaining bug in hashmap trans...Sidney Congard1-13/+4
2022-08-08Register global names, one error remainingSidney Congard1-2/+6
2022-07-29Create global declaration group, address PR changes but introduce bugsSidney Congard1-1/+6
2022-07-28Always put can_fail to true, specialize global traduction to concrete functio...Sidney Congard1-9/+16
2022-07-18Address much stuff of the PR, throw exceptions at remaining placesSidney Congard1-1/+2
2022-06-27Add `can_end` in `abs` and use it for the return abs when generating theSon Ho1-2/+14
2022-06-27Update eval_operand_prepare to not give a value to the continuationSon Ho1-42/+34
2022-06-21concrete & symbolic evaluation work with new LLBC formatSidney Congard1-4/+12
2022-06-08read globals from LLBC JSON into functionsSidney Congard1-3/+4
2022-05-06Add an option to eagerly end abstractions if a function has return typeSon Ho1-1/+48
2022-05-01Perform some renamingsSon Ho1-31/+29
2022-04-21Improve the generation of names for given back valuesSon Ho1-5/+8
2022-03-03Fix minor issuesSon Ho1-1/+5
2022-03-03In fun_id rename the variant Local to RegularSon Ho1-2/+2
2022-03-03Make good progress on adding support for external and opaqueSon Ho1-7/+16
2022-03-03Rename CFIM to LLBCSon Ho1-1/+1
2022-03-03Rename TypeDef...,type_def...,FunDef,fun_def to ...Decl,...declSon Ho1-8/+8
2022-02-22Add support for "fused" match branchesSon Ho1-1/+13
2022-02-09Make minor modifications in InterpreterStatementsSon Ho1-4/+11
2022-02-08Fix another issue in set_discriminantSon Ho1-3/+17