summaryrefslogtreecommitdiff
path: root/src/Interpreter.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove a TODOSon Ho2021-12-081-1/+0
* Rename env_value to env_elemSon Ho2021-12-081-4/+4
* Make minor modificationsSon Ho2021-12-081-58/+6
* Make minor modificationsSon Ho2021-12-081-7/+6
* Revert the implementation of copy_valueSon Ho2021-12-081-90/+39
* Rewrite copy_valueSon Ho2021-12-081-31/+144
* Cleanup a bitSon Ho2021-12-081-90/+0
* Reimplement drop_borrows_loans_at_placeSon Ho2021-12-081-77/+155
* Reimplement end_loans_at_place with iteratorsSon Ho2021-12-081-42/+36
* Reimplement reborrow_shared with visitorsSon Ho2021-12-081-37/+25
* Change the signature of end_borrow_get_borrow_in_envSon Ho2021-12-081-43/+33
* Reimplement end_borrow_get_borrow_in_envSon Ho2021-12-081-109/+80
* Rewrite some functions which use visitors to insert exhaustive matchesSon Ho2021-12-081-106/+114
* Remove g_value, g_typed_value, etc. to make values and abstract valuesSon Ho2021-12-081-16/+31
* Insert commented code in Interpreter.mlSon Ho2021-12-081-0/+48
* Rewrite more functions by using visitorsSon Ho2021-12-081-34/+28
* Rewrite update_borrow by using visitorsSon Ho2021-12-081-43/+50
* Make a minor modificationSon Ho2021-12-071-1/+1
* 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