diff options
| author | Kyle Gunger <kgunger12@gmail.com> | 2024-09-30 19:59:31 -0400 |
|---|---|---|
| committer | Kyle Gunger <kgunger12@gmail.com> | 2024-09-30 19:59:31 -0400 |
| commit | 28f480a378e8c62cb7dbc649116d3505edf4fe7b (patch) | |
| tree | d71ae23e747c26029730c5cf2c884d6c2e86d9a0 /tnslc/test.tnsl | |
| parent | 70ceaec216d466a713b40550e03087191ba94a7d (diff) | |
[tnslc] better errors
Diffstat (limited to 'tnslc/test.tnsl')
| -rw-r--r-- | tnslc/test.tnsl | 4 |
1 files changed, 4 insertions, 0 deletions
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] +;/ |