summaryrefslogtreecommitdiff
path: root/src/Print.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename env_value to env_elemSon Ho2021-12-081-3/+2
* Add a commentSon Ho2021-12-081-0/+4
* Remove g_value, g_typed_value, etc. to make values and abstract valuesSon Ho2021-12-081-52/+59
* Fix Print.mlSon Ho2021-12-071-6/+6
* Make minor cleanupSon Ho2021-12-031-3/+2
* Merge the ADTs, tuples and assumed types in the type and valueSon Ho2021-12-011-49/+50
* Merge value and avalueSon Ho2021-12-011-48/+58
* Simplify the adt_value typeSon Ho2021-12-011-3/+8
* Cleanup a bitSon Ho2021-12-011-5/+0
* Factorize type_var and region_varSon Ho2021-12-011-6/+6
* Move some definitions to new filesSon Ho2021-12-011-3/+4
* Move the var definitionSon Ho2021-12-011-6/+6
* Merge statements and expressions into statementsSon Ho2021-12-011-36/+28
* Make minor cleanupSon Ho2021-11-301-6/+1
* Introduce [binder] and use them in place of [var] in the environmentsSon Ho2021-11-301-3/+8
* Remove the vector type for the Id moduleSon Ho2021-11-301-40/+26
* Debug box_freeSon Ho2021-11-301-2/+3
* Fix more bugsSon Ho2021-11-301-0/+4
* Add more debugging facilitiesSon Ho2021-11-301-0/+16
* Debug some issues in the interpreterSon Ho2021-11-301-12/+26
* Cleanup a bitSon Ho2021-11-291-77/+0
* Start deriving formatters for debuggingSon Ho2021-11-291-0/+77
* Improve formattingSon Ho2021-11-291-5/+8
* Start fixing bugs in the unit test evaluationSon Ho2021-11-291-2/+3
* Make minor modifications for pretty-printingSon Ho2021-11-291-1/+1
* Make minor modifications to pretty-printingSon Ho2021-11-291-2/+1
* Debug pretty-printingSon Ho2021-11-291-5/+6
* Fix some issues and start printing modulesSon Ho2021-11-291-1/+21
* 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-291-3/+57
* Implement eval_ctx_to_ast_formatterSon Ho2021-11-291-0/+23
* Implement expression_to_stringSon Ho2021-11-291-0/+48
* Make various improvements in PrintSon Ho2021-11-291-15/+49
* Make more cleanupSon Ho2021-11-291-72/+75
* Rename a functionSon Ho2021-11-291-10/+9
* Make more progress on cleaningSon Ho2021-11-291-43/+43
* Make progress on cleaningSon Ho2021-11-291-19/+15
* Start cleaning Print.mlSon Ho2021-11-291-25/+24
* Start working logging and make progress on printing ASTsSon Ho2021-11-291-3/+176
* Update the env definition to make the frames easier to manipulateSon Ho2021-11-261-23/+22
* Implement eval_binary_opSon Ho2021-11-241-13/+1
* Start refactoring the codeSon Ho2021-11-241-2/+2
* Implement formatting for eval_ctxSon Ho2021-11-231-1/+84
* Change the way exceptions are usedSon Ho2021-11-231-2/+2
* Implement end_borrow_get_borrow_in_envSon Ho2021-11-221-0/+2
* Implement abs_to_stringSon Ho2021-11-221-0/+13
* Implement typed_avalue_to_string_Son Ho2021-11-221-7/+106
* Start working on printing for avaluesSon Ho2021-11-221-15/+19