diff options
Diffstat (limited to 'tnslc/compile/codegen.tnsl')
| -rw-r--r-- | tnslc/compile/codegen.tnsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tnslc/compile/codegen.tnsl b/tnslc/compile/codegen.tnsl index f057f83..867d00d 100644 --- a/tnslc/compile/codegen.tnsl +++ b/tnslc/compile/codegen.tnsl @@ -9,7 +9,7 @@ parse.Node ast = parse.generate_ast(fin) ast.update_children() - # parse.print_ast(~ast) + parse.print_ast(~ast) # Create output buffer CompBuf buffer |