summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Implement expression_to_stringSon Ho2021-11-291-0/+48
* Make various improvements in PrintSon Ho2021-11-293-33/+64
* Make more cleanupSon Ho2021-11-291-72/+75
* Rename a functionSon Ho2021-11-291-10/+9
* Make more progress on cleaningSon Ho2021-11-291-43/+43
* Make progress on cleaningSon Ho2021-11-291-19/+15
* Start cleaning Print.mlSon Ho2021-11-291-25/+24
* Start working logging and make progress on printing ASTsSon Ho2021-11-299-12/+188
* Cleanup a bit to remove the warningsSon Ho2021-11-291-11/+23
* Implement test_all_unit_functionsSon Ho2021-11-261-5/+26
* Implement test_unit_functionSon Ho2021-11-262-0/+36
* Implement box dereferencement (concrete interpreter)Son Ho2021-11-261-8/+42
* Make progress on evaluate_non_local_function_callSon Ho2021-11-263-21/+178
* Add some commentsSon Ho2021-11-261-0/+10
* Implement eval_expressionSon Ho2021-11-261-4/+72
* Make good progress on eval_local_function_callSon Ho2021-11-263-31/+149
* Update the way operands and assignments are evaluatedSon Ho2021-11-261-114/+74
* Update the env definition to make the frames easier to manipulateSon Ho2021-11-266-51/+61
* Use var instead of VarId.id in environmentsSon Ho2021-11-251-7/+12
* Start working on eval_local_function_callSon Ho2021-11-253-11/+54
* Implement type substitution for function definitions (and expressions,Son Ho2021-11-252-1/+124
* Start working on function callsSon Ho2021-11-254-7/+49
* Finish the implementation of set_discriminantSon Ho2021-11-251-3/+10
* Implement the Adt case of set_discriminantSon Ho2021-11-251-5/+26
* Start working on set_discriminant and factorize a bitSon Ho2021-11-251-36/+88
* Implement the assertion case of eval_statementSon Ho2021-11-251-1/+7
* Implement the Drop case of eval_statementSon Ho2021-11-251-1/+6
* Make progress on eval_statementSon Ho2021-11-251-12/+12
* Implement the Assign case of eval_statementSon Ho2021-11-251-6/+75
* Replace `open Types` by `module T = Types` in Interpreter.mlSon Ho2021-11-251-89/+88
* Replace `open Values` with `module V = Values` in InterpreterSon Ho2021-11-251-384/+412
* Replace `open Expressions` by `module E = Expressions` in Interpreter.mlSon Ho2021-11-251-65/+67
* Replace `open Contexts` by `module C = Contexts` in Interpreter.mlSon Ho2021-11-251-138/+108
* Start working on eval_statementSon Ho2021-11-251-0/+20
* Make a minor modificationSon Ho2021-11-251-1/+0
* Implement the Aggregate branch of eval_rvalueSon Ho2021-11-253-13/+41
* Implement various substitution functionsSon Ho2021-11-252-50/+73
* Commit Substitute.ml (forgotten in previous commit)Son Ho2021-11-251-0/+72
* Take care of warnings and fix some mistakesSon Ho2021-11-251-18/+23
* Start working on type substitutionSon Ho2021-11-251-0/+2
* Make progress on eval_rvalue and update aggregate_kindSon Ho2021-11-243-17/+90
* Implement the discriminant case of eval_rvalueSon Ho2021-11-242-5/+25
* Implement eval_binary_opSon Ho2021-11-246-94/+97
* Update eval_rvalue to handle unary_opSon Ho2021-11-241-5/+5
* Implement eval_unary_opSon Ho2021-11-244-42/+69
* Make minor modificationsSon Ho2021-11-241-8/+21
* Make a minor comment modificationSon Ho2021-11-241-1/+1
* Implement the TwoPhaseMut case in eval_rvalueSon Ho2021-11-241-5/+8
* Make progress on eval_rvalueSon Ho2021-11-241-2/+20
* Start working on eval_rvalueSon Ho2021-11-241-10/+38