summaryrefslogtreecommitdiff
path: root/src/Interpreter.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Rewrite lookup_borrow_opt with visitorsSon Ho2021-12-071-26/+28
* Update update_loanSon Ho2021-12-071-30/+8
* Rewrite lookup_loan_opt with visitorsSon Ho2021-12-071-19/+8
* Add a sanity checkSon Ho2021-12-071-8/+31
* Make update_loan_in_value work with visitorsSon Ho2021-12-071-40/+1
* 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
* 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
* 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