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/compile/variable.tnsl | |
parent | 34e3d4f52264cf707f7e73a8a4167f37eee812d9 (diff) |
switch tokenization scheme
Diffstat (limited to 'tnslc/compile/variable.tnsl')
-rw-r--r-- | tnslc/compile/variable.tnsl | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tnslc/compile/variable.tnsl b/tnslc/compile/variable.tnsl deleted file mode 100644 index af6f6c1..0000000 --- a/tnslc/compile/variable.tnsl +++ /dev/null @@ -1,9 +0,0 @@ -struct Variable { - ~uint8 name -} - -/; method Variable - - /; end - ;/ -;/ |