summaryrefslogtreecommitdiff
path: root/tnslc/test.tnsl
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2024-10-08 05:28:33 -0400
committerKyle Gunger <kgunger12@gmail.com>2024-10-08 05:28:33 -0400
commitf74a9e454576d3523b15775356103ecb000bf014 (patch)
tree451b640ac259f866431a8828a9aa390fcb6d5fa5 /tnslc/test.tnsl
parent0c9a53567cf6e43c89446d1809c89223374f048a (diff)
[tnslc] beginning of the end of the ast
Diffstat (limited to 'tnslc/test.tnsl')
-rw-r--r--tnslc/test.tnsl5
1 files changed, 4 insertions, 1 deletions
diff --git a/tnslc/test.tnsl b/tnslc/test.tnsl
index 80ac8e7..498db26 100644
--- a/tnslc/test.tnsl
+++ b/tnslc/test.tnsl
@@ -1,7 +1,10 @@
int i = 1 + 2 * 4 - 3 + 4
-~uint8 a = b{}
+~uint8 a = b{0}
/; main ({}{}uint8 args) [int]
+
+ ~uint8 as = 12
+ as = 3 + 4
;/