diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2024-07-21 10:59:12 -0400 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2024-07-21 10:59:12 -0400 |
commit | 5828c45ef729d5f0eed6cb4f2b241e91d9c29c93 (patch) | |
tree | 10499d2ac2ef3b689ce0a2cc090143fa87304c9b /tnslc/tnslc.tnsl | |
parent | 7d6b6dfc10c549238ceb11b0a01b3e440508cec4 (diff) |
fix error causing double file closes
Diffstat (limited to 'tnslc/tnslc.tnsl')
-rw-r--r-- | tnslc/tnslc.tnsl | 4 |
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() |