From 51854e5db46033712b5dbbf78d769ea500eca14f Mon Sep 17 00:00:00 2001 From: Kai Gunger Date: Fri, 28 Nov 2025 23:54:11 -0500 Subject: Update module building code --- tnslc/test.tnsl | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) (limited to 'tnslc/test.tnsl') diff --git a/tnslc/test.tnsl b/tnslc/test.tnsl index 72836c3..dbfdb31 100644 --- a/tnslc/test.tnsl +++ b/tnslc/test.tnsl @@ -1,14 +1,5 @@ -int i = 1 + 2 * 4 - 3 + 4 -int j = -3 - -~uint8 a = b{0} - -/; main ({}{}uint8 args) [int] - - tnsl.print("Hello, World!") - - ~uint8 as = 12 - as` = 3 + 4 -;/ +struct Box { + {}~{}A(B`)` a +} -- cgit v1.2.3