From 308a427f3cdb2c7f618b0d48640d064b88bbbceb Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Sun, 21 Jul 2024 00:15:20 -0400 Subject: Basic tokenizer --- tnslc/tnslc.tnsl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tnslc/tnslc.tnsl') 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() -- cgit v1.2.3