summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2021-12-08Remove a TODOSon Ho1-1/+0
2021-12-08Rename env_value to env_elemSon Ho3-19/+16
2021-12-08Make minor modificationsSon Ho3-75/+16
2021-12-08Make minor modificationsSon Ho1-7/+6
2021-12-08Add a commentSon Ho1-0/+4
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-08Cleanup a bitSon Ho1-315/+0
2021-12-08Remove g_value, g_typed_value, etc. to make values and abstract valuesSon Ho4-144/+184
2021-12-08Insert commented code in Interpreter.mlSon Ho1-0/+48
2021-12-08Make the map visitors non-polymorphicSon Ho1-22/+97
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 the formatting for the loggerSon Ho1-2/+128
2021-12-07Update update_loanSon Ho1-30/+8
2021-12-07Rewrite lookup_loan_opt with visitorsSon Ho1-19/+8
2021-12-07Add iterators over whole environmentsSon Ho1-1/+44
2021-12-07Implement map_frame_concreteSon Ho1-2/+24
2021-12-07Implement the visitor iter_frame_concreteSon Ho1-0/+20
2021-12-07Add a sanity checkSon Ho1-8/+31
2021-12-07Make update_loan_in_value work with visitorsSon Ho1-40/+1
2021-12-07Cleanup a bitSon Ho1-103/+3
2021-12-07Update map_typed_value and make map_typed_avalue workSon Ho1-152/+143
2021-12-07Make the map_g_typed_value visitor polymorphicSon Ho1-57/+55
2021-12-07Fix Print.mlSon Ho1-6/+6
2021-12-07Start working on map_typed_valueSon Ho1-1/+115
2021-12-07Implement map_typed_valueSon Ho1-0/+64
2021-12-07Add commentsSon Ho1-1/+15
2021-12-07Start implementing monomorphic versions of the map visitorsSon Ho1-82/+156
2021-12-06Make minor modificationsSon Ho2-4/+40
2021-12-06Start rewriting some functions with visitorsSon Ho1-69/+86
2021-12-06Cleanup a bitSon Ho1-152/+0
2021-12-06Implement map visitors for valuesSon Ho1-1/+242
2021-12-03Add a commentSon Ho1-0/+1
2021-12-03Reorder definitions in Values.mlSon Ho1-32/+30
2021-12-03Implement iter visitors for typed_avalueSon Ho1-18/+41
2021-12-03Make minor modificationsSon Ho1-1/+2
2021-12-03Add code to derive polymorphic visitors for g_typed_value and typed_valueSon Ho2-9/+47
2021-12-03Make minor modificationsSon Ho2-6/+2
2021-12-03Make minor cleanupSon Ho1-3/+2
2021-12-01Merge the ADTs, tuples and assumed types in the type and valueSon Ho8-198/+149