From 27db33d070d3e880e0896bbf7b253dd2370e2274 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Mon, 30 Sep 2024 13:38:28 -0400 Subject: [tnslc] update children before print to create valid integrity test --- tnslc/tnslc.tnsl | 1 + 1 file changed, 1 insertion(+) 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() -- cgit v1.2.3