From 5828c45ef729d5f0eed6cb4f2b241e91d9c29c93 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Sun, 21 Jul 2024 10:59:12 -0400 Subject: fix error causing double file closes --- tnslc/tnslc.tnsl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tnslc/tnslc.tnsl') 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() -- cgit v1.2.3