summaryrefslogtreecommitdiff
path: root/tnslc/tnslc.tnsl
diff options
context:
space:
mode:
Diffstat (limited to 'tnslc/tnslc.tnsl')
-rw-r--r--tnslc/tnslc.tnsl4
1 files changed, 3 insertions, 1 deletions
diff --git a/tnslc/tnslc.tnsl b/tnslc/tnslc.tnsl
index e95a63b..bb7992c 100644
--- a/tnslc/tnslc.tnsl
+++ b/tnslc/tnslc.tnsl
@@ -35,7 +35,9 @@ usage:
fout.init(DEFAULT_FOUT)
;/
- compile.generate(~fin, ~fout)
+ utils.Vector v = parse.gen_token_list(~fin)
+ parse.print_token_list(~v)
+ parse.end_token_list(~v)
fin.end()
fout.end()