summaryrefslogtreecommitdiff
path: root/src/Interpreter.ml (unfollow)
Commit message (Expand)AuthorFilesLines
2021-12-08Remove a TODOSon Ho1-1/+0
2021-12-08Rename env_value to env_elemSon Ho1-4/+4
2021-12-08Make minor modificationsSon Ho1-58/+6
2021-12-08Make minor modificationsSon Ho1-7/+6
2021-12-08Revert the implementation of copy_valueSon Ho1-90/+39
2021-12-08Rewrite copy_valueSon Ho1-31/+144
2021-12-08Cleanup a bitSon Ho1-90/+0
2021-12-08Reimplement drop_borrows_loans_at_placeSon Ho1-77/+155
2021-12-08Reimplement end_loans_at_place with iteratorsSon Ho1-42/+36
2021-12-08Reimplement reborrow_shared with visitorsSon Ho1-37/+25
2021-12-08Change the signature of end_borrow_get_borrow_in_envSon Ho1-43/+33
2021-12-08Reimplement end_borrow_get_borrow_in_envSon Ho1-109/+80
2021-12-08Rewrite some functions which use visitors to insert exhaustive matchesSon Ho1-106/+114
2021-12-08Remove g_value, g_typed_value, etc. to make values and abstract valuesSon Ho1-16/+31
2021-12-08Insert commented code in Interpreter.mlSon Ho1-0/+48
2021-12-08Rewrite more functions by using visitorsSon Ho1-34/+28
2021-12-08Rewrite update_borrow by using visitorsSon Ho1-43/+50
2021-12-07Make a minor modificationSon Ho1-1/+1
2021-12-07Rewrite lookup_borrow_opt with visitorsSon Ho1-26/+28
2021-12-07Update update_loanSon Ho1-30/+8
2021-12-07Rewrite lookup_loan_opt with visitorsSon Ho1-19/+8
2021-12-07Add a sanity checkSon Ho1-8/+31
2021-12-07Make update_loan_in_value work with visitorsSon Ho1-40/+1
2021-12-06Make minor modificationsSon Ho1-0/+36
2021-12-06Start rewriting some functions with visitorsSon Ho1-69/+86
2021-12-01Merge the ADTs, tuples and assumed types in the type and valueSon Ho1-105/+64
2021-12-01Simplify the adt_value typeSon Ho1-23/+3
2021-12-01Make a minor modificationSon Ho1-1/+0
2021-12-01Cleanup a bitSon Ho1-54/+53
2021-12-01Factorize type_var and region_varSon Ho1-1/+1
2021-12-01Move some definitions to new filesSon Ho1-10/+3
2021-12-01Move the var definitionSon Ho1-2/+2
2021-12-01Merge statements and expressions into statementsSon Ho1-84/+67
2021-12-01Add commentsSon Ho1-16/+17
2021-12-01Add various commentsSon Ho1-13/+42
2021-11-30Introduce [binder] and use them in place of [var] in the environmentsSon Ho1-6/+2
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