diff options
| author | Kyle Gunger <kgunger12@gmail.com> | 2024-03-31 03:09:06 -0400 |
|---|---|---|
| committer | Kyle Gunger <kgunger12@gmail.com> | 2024-03-31 03:09:06 -0400 |
| commit | acc33ffeb8f5eae5e6bb805f1cb409841f0aad75 (patch) | |
| tree | 5801ecf64408ba281362310b325c80ca1f028b20 /tnslc/tnslc.tnsl | |
| parent | d90f254a65e7443e7d6ee7d4a3e89df21bdd4e8c (diff) | |
Tenative tokenizer
Diffstat (limited to 'tnslc/tnslc.tnsl')
| -rw-r--r-- | tnslc/tnslc.tnsl | 2 |
1 files changed, 1 insertions, 1 deletions
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() |