diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2024-09-30 13:38:28 -0400 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2024-09-30 13:38:28 -0400 |
commit | 27db33d070d3e880e0896bbf7b253dd2370e2274 (patch) | |
tree | 06839f850d2b0888a21f89c131e34b0b558b9d8c | |
parent | db86ac247c29cc3689bf108677621ad677ac6508 (diff) |
[tnslc] update children before print to create valid integrity test
-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() |