summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Cleanup a bitSon Ho2021-12-081-315/+0
|
* Remove g_value, g_typed_value, etc. to make values and abstract valuesSon Ho2021-12-085-149/+199
| | | | distinct
* Insert commented code in Interpreter.mlSon Ho2021-12-081-0/+48
|
* Make the map visitors non-polymorphicSon Ho2021-12-081-22/+97
|
* 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
|
* Make minor modifications to the MakefileSon Ho2021-12-071-5/+12
|
* Add comments in the MakefileSon Ho2021-12-071-0/+4
|
* Update the .gitignoreSon Ho2021-12-071-1/+3
|
* Move files aroundSon Ho2021-12-072-2/+3
|
* Update the Makefile to make sure the execution trace always remains theSon Ho2021-12-072-1/+16977
| | | | same
* Update the formatting for the loggerSon Ho2021-12-071-2/+128
|
* Update update_loanSon Ho2021-12-071-30/+8
|
* Rewrite lookup_loan_opt with visitorsSon Ho2021-12-071-19/+8
|
* Add iterators over whole environmentsSon Ho2021-12-071-1/+44
|
* Implement map_frame_concreteSon Ho2021-12-071-2/+24
|
* Implement the visitor iter_frame_concreteSon Ho2021-12-071-0/+20
|
* Add a sanity checkSon Ho2021-12-071-8/+31
|
* Make update_loan_in_value work with visitorsSon Ho2021-12-071-40/+1
|
* Cleanup a bitSon Ho2021-12-071-103/+3
|
* Update map_typed_value and make map_typed_avalue workSon Ho2021-12-071-152/+143
|
* Make the map_g_typed_value visitor polymorphicSon Ho2021-12-071-57/+55
|
* Fix Print.mlSon Ho2021-12-071-6/+6
|
* Start working on map_typed_valueSon Ho2021-12-071-1/+115
|
* Implement map_typed_valueSon Ho2021-12-071-0/+64
|
* Add commentsSon Ho2021-12-071-1/+15
|
* Start implementing monomorphic versions of the map visitorsSon Ho2021-12-071-82/+156
|
* Make minor modificationsSon Ho2021-12-062-4/+40
|
* Start rewriting some functions with visitorsSon Ho2021-12-061-69/+86
|
* Cleanup a bitSon Ho2021-12-061-152/+0
|
* Implement map visitors for valuesSon Ho2021-12-061-1/+242
|
* Add a commentSon Ho2021-12-031-0/+1
|
* Reorder definitions in Values.mlSon Ho2021-12-031-32/+30
|
* Implement iter visitors for typed_avalueSon Ho2021-12-031-18/+41
|
* Make minor modificationsSon Ho2021-12-031-1/+2
|
* Add code to derive polymorphic visitors for g_typed_value and typed_valueSon Ho2021-12-032-9/+47
|
* Make minor modificationsSon Ho2021-12-032-6/+2
|
* Make minor cleanupSon Ho2021-12-031-3/+2
|
* Merge the ADTs, tuples and assumed types in the type and valueSon Ho2021-12-018-198/+149
| | | | definitions
* Merge value and avalueSon Ho2021-12-012-92/+107
|
* Start factorizing valueSon Ho2021-12-011-13/+37
|
* Simplify the adt_value typeSon Ho2021-12-013-32/+11
|
* Make a minor modificationSon Ho2021-12-011-1/+0
|