summaryrefslogtreecommitdiff
path: root/src/Interpreter.ml (unfollow)
Commit message (Expand)AuthorFilesLines
2021-11-29Cleanup a bit to remove the warningsSon Ho1-11/+23
2021-11-26Implement test_all_unit_functionsSon Ho1-5/+26
2021-11-26Implement test_unit_functionSon Ho1-0/+32
2021-11-26Implement box dereferencement (concrete interpreter)Son Ho1-8/+42
2021-11-26Make progress on evaluate_non_local_function_callSon Ho1-21/+165
2021-11-26Add some commentsSon Ho1-0/+10
2021-11-26Implement eval_expressionSon Ho1-4/+72
2021-11-26Make good progress on eval_local_function_callSon Ho1-28/+114
2021-11-26Update the way operands and assignments are evaluatedSon Ho1-114/+74
2021-11-26Update the env definition to make the frames easier to manipulateSon Ho1-14/+26
2021-11-25Start working on eval_local_function_callSon Ho1-11/+47
2021-11-25Start working on function callsSon Ho1-0/+23
2021-11-25Finish the implementation of set_discriminantSon Ho1-3/+10
2021-11-25Implement the Adt case of set_discriminantSon Ho1-5/+26
2021-11-25Start working on set_discriminant and factorize a bitSon Ho1-36/+88
2021-11-25Implement the assertion case of eval_statementSon Ho1-1/+7
2021-11-25Implement the Drop case of eval_statementSon Ho1-1/+6
2021-11-25Make progress on eval_statementSon Ho1-12/+12
2021-11-25Implement the Assign case of eval_statementSon Ho1-6/+75
2021-11-25Replace `open Types` by `module T = Types` in Interpreter.mlSon Ho1-89/+88
2021-11-25Replace `open Values` with `module V = Values` in InterpreterSon Ho1-384/+412
2021-11-25Replace `open Expressions` by `module E = Expressions` in Interpreter.mlSon Ho1-65/+67
2021-11-25Replace `open Contexts` by `module C = Contexts` in Interpreter.mlSon Ho1-138/+108
2021-11-25Start working on eval_statementSon Ho1-0/+20
2021-11-25Implement the Aggregate branch of eval_rvalueSon Ho1-12/+29
2021-11-25Take care of warnings and fix some mistakesSon Ho1-18/+23
2021-11-25Start working on type substitutionSon Ho1-0/+2
2021-11-24Make progress on eval_rvalue and update aggregate_kindSon Ho1-14/+83
2021-11-24Implement the discriminant case of eval_rvalueSon Ho1-5/+21
2021-11-24Implement eval_binary_opSon Ho1-6/+72
2021-11-24Update eval_rvalue to handle unary_opSon Ho1-5/+5
2021-11-24Implement eval_unary_opSon Ho1-40/+44
2021-11-24Make minor modificationsSon Ho1-8/+21
2021-11-24Make a minor comment modificationSon Ho1-1/+1
2021-11-24Implement the TwoPhaseMut case in eval_rvalueSon Ho1-5/+8
2021-11-24Make progress on eval_rvalueSon Ho1-2/+20
2021-11-24Start working on eval_rvalueSon Ho1-10/+38
2021-11-24Update eval_operandSon Ho1-9/+3
2021-11-24Update update_env_along_{read,write}_placeSon Ho1-9/+12
2021-11-24Update expand_bottom_valueSon Ho1-241/+15
2021-11-24Implement {read,write}_place by using access_placeSon Ho1-6/+55
2021-11-24Implement access_placeSon Ho1-0/+21
2021-11-24Implement a general access_projection functionSon Ho1-106/+151
2021-11-24Start refactoring the codeSon Ho1-184/+454
2021-11-24Insert some sanity checksSon Ho1-0/+3
2021-11-24Update activate_inactivated_mut_borrowSon Ho1-40/+103
2021-11-23Start working on eval_rvalueSon Ho1-2/+28
2021-11-23Implement eval_operandSon Ho1-7/+9
2021-11-23Start working on eval_operandSon Ho1-13/+49
2021-11-23Add comments and update other commentsSon Ho1-14/+41