summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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.)
* Start working on function callsSon Ho2021-11-254-7/+49
|
* Finish the implementation of set_discriminantSon Ho2021-11-251-3/+10
|
* Implement the Adt case of set_discriminantSon Ho2021-11-251-5/+26
|
* Start working on set_discriminant and factorize a bitSon Ho2021-11-251-36/+88
| | | | expand_bottom_value
* Implement the assertion case of eval_statementSon Ho2021-11-251-1/+7
|
* Implement the Drop case of eval_statementSon Ho2021-11-251-1/+6
|
* Make progress on eval_statementSon Ho2021-11-251-12/+12
|
* Implement the Assign case of eval_statementSon Ho2021-11-251-6/+75
|
* Replace `open Types` by `module T = Types` in Interpreter.mlSon Ho2021-11-251-89/+88
|
* Replace `open Values` with `module V = Values` in InterpreterSon Ho2021-11-251-384/+412
|
* Replace `open Expressions` by `module E = Expressions` in Interpreter.mlSon Ho2021-11-251-65/+67
|
* Replace `open Contexts` by `module C = Contexts` in Interpreter.mlSon Ho2021-11-251-138/+108
|
* Start working on eval_statementSon Ho2021-11-251-0/+20
|
* Make a minor modificationSon Ho2021-11-251-1/+0
|
* Implement the Aggregate branch of eval_rvalueSon Ho2021-11-253-13/+41
|