summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Implement expression_to_stringSon Ho2021-11-291-0/+48
|
* Make various improvements in PrintSon Ho2021-11-293-33/+64
|
* 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-299-12/+188
|
* Cleanup a bit to remove the warningsSon Ho2021-11-291-11/+23
|
* Implement test_all_unit_functionsSon Ho2021-11-261-5/+26
|
* Implement test_unit_functionSon Ho2021-11-262-0/+36
|
* Implement box dereferencement (concrete interpreter)Son Ho2021-11-261-8/+42
|
* Make progress on evaluate_non_local_function_callSon Ho2021-11-263-21/+178
|
* Add some commentsSon Ho2021-11-261-0/+10
|
* Implement eval_expressionSon Ho2021-11-261-4/+72
|
* Make good progress on eval_local_function_callSon Ho2021-11-263-31/+149
|
* Update the way operands and assignments are evaluatedSon Ho2021-11-261-114/+74
|
* Update the env definition to make the frames easier to manipulateSon Ho2021-11-266-51/+61
|
* Use var instead of VarId.id in environmentsSon Ho2021-11-251-7/+12
|
* Start working on eval_local_function_callSon Ho2021-11-253-11/+54
|
* Implement type substitution for function definitions (and expressions,Son Ho2021-11-252-1/+124
| | | | etc.)