From 28f480a378e8c62cb7dbc649116d3505edf4fe7b Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Mon, 30 Sep 2024 19:59:31 -0400 Subject: [tnslc] better errors --- tnslc/test.tnsl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tnslc/test.tnsl') diff --git a/tnslc/test.tnsl b/tnslc/test.tnsl index c1b44cd..80ac8e7 100644 --- a/tnslc/test.tnsl +++ b/tnslc/test.tnsl @@ -1,3 +1,7 @@ int i = 1 + 2 * 4 - 3 + 4 +~uint8 a = b{} + +/; main ({}{}uint8 args) [int] +;/ -- cgit v1.2.3