summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Cleanup a bitSon Ho2021-12-015-63/+55
|
* Factorize type_var and region_varSon Ho2021-12-015-22/+16
|
* Reimplement [erase_regions] with the substitution functionsSon Ho2021-12-012-25/+4
|
* Move some definitions to new filesSon Ho2021-12-016-58/+64
|
* Move the var definitionSon Ho2021-12-016-24/+23
|
* Merge statements and expressions into statementsSon Ho2021-12-015-172/+128
|
* Add commentsSon Ho2021-12-012-16/+18
|
* Add various commentsSon Ho2021-12-014-15/+54
|
* Make minor cleanupSon Ho2021-11-302-7/+2
|
* Introduce [binder] and use them in place of [var] in the environmentsSon Ho2021-11-304-13/+28
|
* 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-3010-289/+136
|
* Debug box_freeSon Ho2021-11-302-63/+90
|
* 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
| | | | in Interpreter
* Make minor modificationsSon Ho2021-11-303-29/+79
|
* Fix another bugSon Ho2021-11-301-4/+10
|
* Fix more bugsSon Ho2021-11-302-7/+46
|