diff options
| author | Kai Gunger <kgunger12@gmail.com> | 2025-12-02 23:19:53 -0500 |
|---|---|---|
| committer | Kai Gunger <kgunger12@gmail.com> | 2025-12-02 23:19:53 -0500 |
| commit | c06f8eb6a30a74a589537fc4d77be1c334edae72 (patch) | |
| tree | 6aebf71d22b90d49aea6229993f48524dad63194 /tnslc/compile/codegen.tnsl | |
| parent | 82d11944094349e7c4795659dac45fea954223e2 (diff) | |
[tnslc] resolve types for structs and functions
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 |