summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix some issues, introduce debugging log in the interpreterSon Ho2021-11-291-1/+20
|
* Make minor modifications for pretty-printingSon Ho2021-11-291-1/+1
|
* Test the unit functionsSon Ho2021-11-293-8/+12
|
* Make minor modifications to pretty-printingSon Ho2021-11-291-2/+1
|
* Debug pretty-printingSon Ho2021-11-292-6/+7
|
* Fix some issues and start printing modulesSon Ho2021-11-293-7/+27
|
* Finish cleaning up CfimOfJsonSon Ho2021-11-291-116/+115
|
* Continue cleaning upSon Ho2021-11-291-54/+53
|
* Continue cleaninSon Ho2021-11-291-29/+28
|
* Start cleaning up CfimOfJsonSon Ho2021-11-291-8/+8
|
* Move some definitions from CfimOfJson.ml to a new Modules.mlSon Ho2021-11-293-14/+26
|
* Implement more utilities to print statements and expressionsSon Ho2021-11-291-3/+9
|
* Implement DefCtxCfimAst.{type_def_to_string, fun_def_to_string}Son Ho2021-11-291-27/+108
|
* Make modifications to fun_def_to_stringSon Ho2021-11-291-4/+16
|
* Implement fun_def_to_stringSon Ho2021-11-292-3/+61
|
* Implement eval_ctx_to_ast_formatterSon Ho2021-11-291-0/+23
|