From 5d688b4da97da2c2f684940147478f12d1f2baba Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Fri, 19 Jul 2024 03:21:39 -0400 Subject: switch tokenization scheme --- tnslc/compile/variable.tnsl | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 tnslc/compile/variable.tnsl (limited to 'tnslc/compile/variable.tnsl') 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 - ;/ -;/ -- cgit v1.2.3