| Commit message (Expand) | Author | Files | Lines |
2021-11-30 | Introduce [binder] and use them in place of [var] in the environments | Son Ho | 1 | -4/+16 |
2021-11-30 | Remove the vector type for the Id module | Son Ho | 1 | -3/+3 |
2021-11-30 | Debug some issues in the interpreter | Son Ho | 1 | -15/+22 |
2021-11-29 | Derive more printing functions | Son Ho | 1 | -2/+5 |
2021-11-29 | Start working logging and make progress on printing ASTs | Son Ho | 1 | -2/+0 |
2021-11-26 | Make progress on evaluate_non_local_function_call | Son Ho | 1 | -0/+4 |
2021-11-26 | Make good progress on eval_local_function_call | Son Ho | 1 | -0/+31 |
2021-11-26 | Update the env definition to make the frames easier to manipulate | Son Ho | 1 | -12/+9 |
2021-11-25 | Use var instead of VarId.id in environments | Son Ho | 1 | -7/+12 |
2021-11-25 | Start working on eval_local_function_call | Son Ho | 1 | -0/+4 |
2021-11-25 | Implement the Aggregate branch of eval_rvalue | Son Ho | 1 | -0/+3 |
2021-11-24 | Implement eval_unary_op | Son Ho | 1 | -2/+0 |
2021-11-24 | Start refactoring the code | Son Ho | 1 | -3/+30 |
2021-11-24 | Update activate_inactivated_mut_borrow | Son Ho | 1 | -2/+0 |
2021-11-23 | Implement copy_value | Son Ho | 1 | -4/+4 |
2021-11-23 | Implement formatting for eval_ctx | Son Ho | 1 | -15/+27 |
2021-11-23 | Move some definitions to Contexts.ml and reactivate the warnings | Son Ho | 1 | -0/+49 |