The current system for printing has a couple issues:
- The largest issue is that it prints in the old syntax, which of course is confusing
- It would be better to seperate prettifying the IR and printing it into two passes (ie, one
AST -> CST, then CST -> string rather than the current AST -> string)
The current system for printing has a couple issues:
AST -> CST, thenCST -> stringrather than the currentAST -> string)