From acc33ffeb8f5eae5e6bb805f1cb409841f0aad75 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Sun, 31 Mar 2024 03:09:06 -0400 Subject: Tenative tokenizer --- tnslc/tnslc.tnsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tnslc/tnslc.tnsl') diff --git a/tnslc/tnslc.tnsl b/tnslc/tnslc.tnsl index 84fbdb5..ce68133 100644 --- a/tnslc/tnslc.tnsl +++ b/tnslc/tnslc.tnsl @@ -35,7 +35,7 @@ usage: fout.init(DEFAULT_FOUT) ;/ - compile.generate(fin, fout) + compile.generate(~fin, ~fout) fin.end() fout.end() -- cgit v1.2.3