From 0d8ed3e169dba42fc43a4544a9c28fc63cf3053f Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Sun, 4 Aug 2024 03:06:08 -0400 Subject: [tnslc] Function ast barebones --- tnslc/test.tnsl | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'tnslc/test.tnsl') diff --git a/tnslc/test.tnsl b/tnslc/test.tnsl index a6f1673..44bfaff 100644 --- a/tnslc/test.tnsl +++ b/tnslc/test.tnsl @@ -2,20 +2,22 @@ ~uint lmao -user.tp a - -user.tp(asd, asd) b ~{2}user c struct user { ~int abcd, - Geko efg, ~Geko hij } -/; whatev (~uint8 a) [uint8] - return a{0} +struct Geko { + int i +} + +/; module mod + /; whatev (~uint8 a) [uint8] + return a{0} + ;/ ;/ /; main [int] -- cgit v1.2.3