summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix another bugSon Ho2021-11-301-1/+5
|
* Fix another bugSon Ho2021-11-301-1/+4
|
* Add more debugging facilitiesSon Ho2021-11-302-1/+26
|
* Fix another bugSon Ho2021-11-301-4/+8
|
* Debug some issues in the interpreterSon Ho2021-11-303-29/+72
|
* Derive more printing functionsSon Ho2021-11-293-3/+18
|
* Cleanup a bitSon Ho2021-11-291-77/+0
|
* Derive more debugging facilitiesSon Ho2021-11-292-13/+47
|
* Debug some issuesSon Ho2021-11-291-6/+13
|
* Start deriving formatters for debuggingSon Ho2021-11-298-24/+143
|
* Fix a small mistakeSon Ho2021-11-291-3/+1
|
* Improve formattingSon Ho2021-11-293-8/+11
|
* Start fixing bugs in the unit test evaluationSon Ho2021-11-292-3/+10
|