diff options
Diffstat (limited to 'tnslc/tnslc.tnsl')
-rw-r--r-- | tnslc/tnslc.tnsl | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/tnslc/tnslc.tnsl b/tnslc/tnslc.tnsl index 2cb9603..e95a63b 100644 --- a/tnslc/tnslc.tnsl +++ b/tnslc/tnslc.tnsl @@ -35,14 +35,7 @@ usage: fout.init(DEFAULT_FOUT) ;/ - parse.Node n = parse.generate_ast(~fin) - n.update_children() - parse.print_ast(~n) - n.end() - - # utils.Vector v = parse.gen_token_list(~fin) - # parse.print_token_list(~v) - # parse.end_token_list(~v) + compile.generate(~fin, ~fout) fin.end() fout.end() |