summaryrefslogtreecommitdiff
path: root/tnslc/tnslc.tnsl
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2024-09-30 13:38:28 -0400
committerKyle Gunger <kgunger12@gmail.com>2024-09-30 13:38:28 -0400
commit27db33d070d3e880e0896bbf7b253dd2370e2274 (patch)
tree06839f850d2b0888a21f89c131e34b0b558b9d8c /tnslc/tnslc.tnsl
parentdb86ac247c29cc3689bf108677621ad677ac6508 (diff)
[tnslc] update children before print to create valid integrity test
Diffstat (limited to 'tnslc/tnslc.tnsl')
-rw-r--r--tnslc/tnslc.tnsl1
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()