diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2024-03-25 22:39:06 -0400 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2024-03-25 22:39:06 -0400 |
commit | f3a773c750181f8f3d52fd672587814275a04bd7 (patch) | |
tree | 8c37ae892960f0988aa6006661beef4ff8b8e8e5 /tnslc/str_test.tnsl | |
parent | 0bc05b40d541483d16445b98ea0841d1912a8198 (diff) |
Remove old parser files
Diffstat (limited to 'tnslc/str_test.tnsl')
-rw-r--r-- | tnslc/str_test.tnsl | 9 |
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 |