summaryrefslogtreecommitdiff
path: root/src/Interpreter.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make minor modificationsSon Ho2021-12-061-0/+36
|
* Start rewriting some functions with visitorsSon Ho2021-12-061-69/+86
|
* Merge the ADTs, tuples and assumed types in the type and valueSon Ho2021-12-011-105/+64
| | | | definitions
* Simplify the adt_value typeSon Ho2021-12-011-23/+3
|
* Make a minor modificationSon Ho2021-12-011-1/+0
|
* Cleanup a bitSon Ho2021-12-011-54/+53
|
* Factorize type_var and region_varSon Ho2021-12-011-1/+1
|
* Move some definitions to new filesSon Ho2021-12-011-10/+3
|
* Move the var definitionSon Ho2021-12-011-2/+2
|
* Merge statements and expressions into statementsSon Ho2021-12-011-84/+67
|
* Add commentsSon Ho2021-12-011-16/+17
|
* Add various commentsSon Ho2021-12-011-13/+42
|
* Introduce [binder] and use them in place of [var] in the environmentsSon Ho2021-11-301-6/+2
|
* Do more cleanupSon Ho2021-11-301-10/+5
|
* Do more cleanupSon Ho2021-11-301-36/+36
|
* Do more cleanupSon Ho2021-11-301-42/+37
|
* Do more cleanupSon Ho2021-11-301-4/+3
|
* Cleanup a bit Interpreter.mlSon Ho2021-11-301-20/+17
|
* Remove the vector type for the Id moduleSon Ho2021-11-301-140/+68
|
* Debug box_freeSon Ho2021-11-301-61/+87
|
* Fix an issueSon Ho2021-11-301-15/+55
|
* Replace the env parameters/return types with eval_ctx in many functionsSon Ho2021-11-301-163/+166
| | | | in Interpreter
* Make minor modificationsSon Ho2021-11-301-27/+71
|
* Fix another bugSon Ho2021-11-301-4/+10
|
* Fix more bugsSon Ho2021-11-301-7/+42
|
* Fix another bugSon Ho2021-11-301-1/+5
|
* Fix another bugSon Ho2021-11-301-1/+4
|
* Add more debugging facilitiesSon Ho2021-11-301-1/+10
|
* Fix another bugSon Ho2021-11-301-4/+8
|
* Debug some issues in the interpreterSon Ho2021-11-301-2/+24
|
* Debug some issuesSon Ho2021-11-291-6/+13
|
* Start deriving formatters for debuggingSon Ho2021-11-291-9/+21
|
* Fix a small mistakeSon Ho2021-11-291-3/+1
|
* Improve formattingSon Ho2021-11-291-2/+2
|
* Start fixing bugs in the unit test evaluationSon Ho2021-11-291-1/+7
|
* Fix some issues, introduce debugging log in the interpreterSon Ho2021-11-291-1/+20
|
* Test the unit functionsSon Ho2021-11-291-6/+6
|
* Start working logging and make progress on printing ASTsSon Ho2021-11-291-0/+1
|
* 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-261-0/+32
|
* Implement box dereferencement (concrete interpreter)Son Ho2021-11-261-8/+42
|
* Make progress on evaluate_non_local_function_callSon Ho2021-11-261-21/+165
|
* 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-261-28/+114
|
* 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-261-14/+26
|
* Start working on eval_local_function_callSon Ho2021-11-251-11/+47
|
* Start working on function callsSon Ho2021-11-251-0/+23
|