diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2024-07-19 03:21:39 -0400 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2024-07-19 03:21:39 -0400 |
commit | 5d688b4da97da2c2f684940147478f12d1f2baba (patch) | |
tree | de7f4dff152249587790c2b07149769faaefaa37 /tnslc/tnslc.tnsl | |
parent | 34e3d4f52264cf707f7e73a8a4167f37eee812d9 (diff) |
switch tokenization scheme
Diffstat (limited to 'tnslc/tnslc.tnsl')
-rw-r--r-- | tnslc/tnslc.tnsl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tnslc/tnslc.tnsl b/tnslc/tnslc.tnsl index bc3fbb9..e95a63b 100644 --- a/tnslc/tnslc.tnsl +++ b/tnslc/tnslc.tnsl @@ -1,10 +1,11 @@ :import "utils/utils.tnsl" +:import "parse/parse.tnsl" :import "compile/compile.tnsl" ~uint8 DEFAULT_FOUT = "out.asm\0" ~uint8 USAGE = " -TNSLC v0.6.0 (C) 2024 CircleShift Softworks +TNSLC v0.6.0 (C) 2024 CircleShift (MPL 2.0) usage: tnslc (file in) [file out] |