Conlang: Add a pretty printer for the AST

This commit is contained in:
2023-10-16 22:51:07 -05:00
parent b89ed307a2
commit 8d1107cb57
2 changed files with 259 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ Friday each month.
- [x] Write parser for AST
- [ ] Create tests for parser (and AST)
- [ ] Parse `dummy.cl` into a valid AST
- [ ] Pretty printer, for debugging
- [x] Pretty printer, for debugging
- [ ] Create minimal statement grammar
- [ ] Variable definition statements
- [ ] Function definition statements