summaryrefslogtreecommitdiff
path: root/tnslc/tnslc.tnsl
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2024-07-21 10:59:12 -0400
committerKyle Gunger <kgunger12@gmail.com>2024-07-21 10:59:12 -0400
commit5828c45ef729d5f0eed6cb4f2b241e91d9c29c93 (patch)
tree10499d2ac2ef3b689ce0a2cc090143fa87304c9b /tnslc/tnslc.tnsl
parent7d6b6dfc10c549238ceb11b0a01b3e440508cec4 (diff)
fix error causing double file closes
Diffstat (limited to 'tnslc/tnslc.tnsl')
-rw-r--r--tnslc/tnslc.tnsl4
1 files changed, 4 insertions, 0 deletions
diff --git a/tnslc/tnslc.tnsl b/tnslc/tnslc.tnsl
index 2df15a3..7ce0c97 100644
--- a/tnslc/tnslc.tnsl
+++ b/tnslc/tnslc.tnsl
@@ -39,6 +39,10 @@ usage:
parse.print_ast(~n)
n.end()
+ # utils.Vector v = parse.gen_token_list(~fin)
+ # parse.print_token_list(~v)
+ # parse.end_token_list(~v)
+
fin.end()
fout.end()