summaryrefslogtreecommitdiff
path: root/compiler/InterpreterExpressions.ml (unfollow)
Commit message (Expand)AuthorFilesLines
2023-12-18Rename some definitionsSon Ho1-3/+2
2023-12-13Update the extraction to handle casts between integers/boolsSon Ho1-2/+23
2023-12-05Remove the type sv_kind ("symbolic value kind")Son Ho1-9/+5
2023-12-05Fix a minor issue with the use of const genericsSon Ho1-7/+23
2023-12-05Update following changes in CharonSon Ho1-0/+1
2023-11-21Rename PrimitiveValues to ValuesSon Ho1-2/+1
2023-11-20Use the name matcher implemented in CharonSon Ho1-1/+1
2023-11-15Start updating the name type, cleanup the names and the module abbrevsSon Ho1-202/+185
2023-11-12Add the "V" prefix to most variants related to valuesSon Ho1-53/+53
2023-11-12Prefix variants related to types with "T"Son Ho1-8/+8
2023-11-12Rename some variantsSon Ho1-1/+1
2023-11-12Remove the 'r type variable from the ty type definitionSon Ho1-46/+44
2023-10-26Fix some issues and regenerate the HashmapMain example for LeanSon Ho1-1/+2
2023-10-23Remove some assumed types and add more support for builtin definitionsSon Ho1-66/+34
2023-10-20Start updating to handle function pointersSon Ho1-4/+5
2023-09-22Add support for Shl/Shr typechecking in InterpreterExpressionsAymeric Fromherz1-1/+4
2023-09-10Add support for the trait associated constantsSon Ho1-4/+36
2023-08-31Start adding support for traitsSon Ho1-14/+30
2023-08-18Update following the introduction of ConstantExprSon Ho1-8/+33
2023-08-03Fix an issue with the extraction of aggregated arraysSon Ho1-3/+1
2023-08-03Fix issuesSon Ho1-3/+16
2023-08-02Make progressSon Ho1-26/+60
2023-08-02Make progress proapagating the changesSon Ho1-14/+15
2023-02-03Implement a pass to filter shallow borrowsSon Ho1-5/+4
2023-02-03Add more loop examples and fix issuesSon Ho1-6/+28
2023-02-03Remove the meta-values from the shared and reserved borrow valuesSon Ho1-9/+9
2022-11-14Make [Result::Failure] type an [Error] parameterSon Ho1-4/+4
2022-11-10Implement a Config.ml file which groups all the global options in referencesSon Ho1-9/+9
2022-11-10Update `switch` to have a specific treatment of ADTsSon Ho1-91/+5
2022-11-07Rename "inactivated borrows" to "reserved borrows"Son Ho1-7/+7
2022-11-07Add some .mli filesSon Ho1-27/+99
2022-11-07Replace all the occurrences of `failwith ...` with `raise (Failure ...)`Son Ho1-3/+5
2022-10-28Move the AssignGlobal case from statement to rvalueSon Ho1-2/+3
2022-10-28Take care of some TODOsSon Ho1-1/+1
2022-10-27Reorganize Print.mlSon Ho1-1/+1
2022-10-27Reformat the codeSon Ho1-3/+4
2022-10-27Move constant_value to PrimitiveValues.mlSon Ho1-34/+35
2022-10-27Reorganize a bit the projectSon Ho1-0/+0
2022-10-26Update the code documentation to fix links and syntax issuesSon Ho1-15/+15
2022-09-22Make minor modificationsSon Ho1-9/+6
2022-07-13Apply small changes from the PRSidney Congard1-4/+5
2022-06-29Make minor modificationsSon Ho1-1/+24
2022-06-27Update eval_operand_prepare to not give a value to the continuationSon Ho1-51/+95
2022-06-21concrete & symbolic evaluation work with new LLBC formatSidney Congard1-64/+19
2022-06-13crude generation working - missing unit tests & special constants handlingSidney Congard1-51/+63
2022-05-15Treat integer casts in a general mannerSon Ho1-0/+10
2022-05-15Add AggregatedOptionSon Ho1-0/+14
2022-04-26Introduce the Abs expression and continue updating the codeSon Ho1-1/+1
2022-04-21Improve the generation of names for given back valuesSon Ho1-1/+1
2022-04-20Update the evaluation of matches for the cases where the scrutinee is aSon Ho1-13/+22