summaryrefslogtreecommitdiff
path: root/tnslc/str_test.tnsl
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2024-03-25 22:39:06 -0400
committerKyle Gunger <kgunger12@gmail.com>2024-03-25 22:39:06 -0400
commitf3a773c750181f8f3d52fd672587814275a04bd7 (patch)
tree8c37ae892960f0988aa6006661beef4ff8b8e8e5 /tnslc/str_test.tnsl
parent0bc05b40d541483d16445b98ea0841d1912a8198 (diff)
Remove old parser files
Diffstat (limited to 'tnslc/str_test.tnsl')
-rw-r--r--tnslc/str_test.tnsl9
1 files changed, 0 insertions, 9 deletions
diff --git a/tnslc/str_test.tnsl b/tnslc/str_test.tnsl
deleted file mode 100644
index 7875636..0000000
--- a/tnslc/str_test.tnsl
+++ /dev/null
@@ -1,9 +0,0 @@
-{}uint8 a = "\n\0\""
-
-/; str_call({}uint str) [int]
- return len str
-;/
-
-/; main [int]
- return str_call(~a)
-;/ \ No newline at end of file