diff options
Diffstat (limited to 'tnslc')
-rw-r--r-- | tnslc/tnslc.tnsl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tnslc/tnslc.tnsl b/tnslc/tnslc.tnsl index 7ce0c97..2cb9603 100644 --- a/tnslc/tnslc.tnsl +++ b/tnslc/tnslc.tnsl @@ -36,6 +36,7 @@ usage: ;/ parse.Node n = parse.generate_ast(~fin) + n.update_children() parse.print_ast(~n) n.end() |