diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2024-10-14 14:32:38 -0400 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2024-10-14 14:32:38 -0400 |
commit | b42f6ee60d74f9dc6f82182445fa3d8ae8f90420 (patch) | |
tree | dfa1eaf3ff8022ed28b47bca5b0122c7e7e009a2 /tnslc/test.tnsl | |
parent | 16d26fc9a879f9d5044119d991433d798ed8f3ec (diff) |
[tnslc] compile structs
Diffstat (limited to 'tnslc/test.tnsl')
-rw-r--r-- | tnslc/test.tnsl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tnslc/test.tnsl b/tnslc/test.tnsl index 498db26..6b55408 100644 --- a/tnslc/test.tnsl +++ b/tnslc/test.tnsl @@ -6,5 +6,6 @@ int i = 1 + 2 * 4 - 3 + 4 /; main ({}{}uint8 args) [int] ~uint8 as = 12 - as = 3 + 4 + as` = 3 + 4 ;/ + |