summaryrefslogtreecommitdiff
path: root/src/Interpreter.ml (unfollow)
Commit message (Expand)AuthorFilesLines
2021-11-30Do more cleanupSon Ho1-10/+5
2021-11-30Do more cleanupSon Ho1-36/+36
2021-11-30Do more cleanupSon Ho1-42/+37
2021-11-30Do more cleanupSon Ho1-4/+3
2021-11-30Cleanup a bit Interpreter.mlSon Ho1-20/+17
2021-11-30Remove the vector type for the Id moduleSon Ho1-140/+68
2021-11-30Debug box_freeSon Ho1-61/+87
2021-11-30Fix an issueSon Ho1-15/+55
2021-11-30Replace the env parameters/return types with eval_ctx in many functionsSon Ho1-163/+166
2021-11-30Make minor modificationsSon Ho1-27/+71
2021-11-30Fix another bugSon Ho1-4/+10
2021-11-30Fix more bugsSon Ho1-7/+42
2021-11-30Fix another bugSon Ho1-1/+5
2021-11-30Fix another bugSon Ho1-1/+4
2021-11-30Add more debugging facilitiesSon Ho1-1/+10
2021-11-30Fix another bugSon Ho1-4/+8
2021-11-30Debug some issues in the interpreterSon Ho1-2/+24
2021-11-29Debug some issuesSon Ho1-6/+13
2021-11-29Start deriving formatters for debuggingSon Ho1-9/+21
2021-11-29Fix a small mistakeSon Ho1-3/+1
2021-11-29Improve formattingSon Ho1-2/+2
2021-11-29Start fixing bugs in the unit test evaluationSon Ho1-1/+7
2021-11-29Fix some issues, introduce debugging log in the interpreterSon Ho1-1/+20
2021-11-29Test the unit functionsSon Ho1-6/+6
2021-11-29Start working logging and make progress on printing ASTsSon Ho1-0/+1
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