Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2021-11-30 | Remove the vector type for the Id module | Son Ho | 1 | -11/+6 |
2021-11-29 | Test the unit functions | Son Ho | 1 | -1/+1 |
2021-11-29 | Make various improvements in Print | Son Ho | 1 | -18/+0 |
2021-11-29 | Start working logging and make progress on printing ASTs | Son Ho | 1 | -1/+1 |
2021-11-26 | Update the env definition to make the frames easier to manipulate | Son Ho | 1 | -0/+1 |
2021-11-25 | Implement type substitution for function definitions (and expressions, | Son Ho | 1 | -1/+122 |
2021-11-25 | Start working on function calls | Son Ho | 1 | -4/+23 |
2021-11-25 | Implement the Aggregate branch of eval_rvalue | Son Ho | 1 | -1/+9 |
2021-11-25 | Implement various substitution functions | Son Ho | 1 | -42/+54 |
2021-11-25 | Commit Substitute.ml (forgotten in previous commit) | Son Ho | 1 | -0/+72 |