summaryrefslogtreecommitdiff
path: root/tnslc/file.tnsl
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2024-03-26 04:49:17 -0400
committerKyle Gunger <kgunger12@gmail.com>2024-03-26 04:49:17 -0400
commit3574a95ecb54c3e88f2f897ae919435d92ec0241 (patch)
treeb2a934e4db3c00601ec8aa6e2b1692fc4b8ab228 /tnslc/file.tnsl
parent6c1f5cf72ffd6ed9a3f70395881613fa53e27758 (diff)
generator func
Diffstat (limited to 'tnslc/file.tnsl')
-rw-r--r--tnslc/file.tnsl9
1 files changed, 9 insertions, 0 deletions
diff --git a/tnslc/file.tnsl b/tnslc/file.tnsl
index e69de29..0b24aea 100644
--- a/tnslc/file.tnsl
+++ b/tnslc/file.tnsl
@@ -0,0 +1,9 @@
+struct File {
+ int i
+}
+
+/; method File
+ /; init (~uint8 str)
+ ;/
+
+;/