summaryrefslogtreecommitdiff
path: root/tnslc/tnslc.tnsl
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2024-06-25 00:19:17 -0400
committerKyle Gunger <kgunger12@gmail.com>2024-06-25 00:19:17 -0400
commit3b5de0beed36c10798f96972ec9c9eeb142561c2 (patch)
treed3d02830118992d229717e4657ff87d77ff01c1e /tnslc/tnslc.tnsl
parentc4c595fe22bc76aa4d27f2383ec68a0aa74da37c (diff)
Start work on ast gen
Diffstat (limited to 'tnslc/tnslc.tnsl')
-rw-r--r--tnslc/tnslc.tnsl3
1 files changed, 1 insertions, 2 deletions
diff --git a/tnslc/tnslc.tnsl b/tnslc/tnslc.tnsl
index ce68133..bc3fbb9 100644
--- a/tnslc/tnslc.tnsl
+++ b/tnslc/tnslc.tnsl
@@ -4,7 +4,7 @@
~uint8 DEFAULT_FOUT = "out.asm\0"
~uint8 USAGE = "
-TNSLC v0.5.0 (C) 2024 CircleShift
+TNSLC v0.6.0 (C) 2024 CircleShift Softworks
usage:
tnslc (file in) [file out]
@@ -25,7 +25,6 @@ usage:
return 1
;/
-
utils.File fin, fout
fin.init(argv{1})