diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2022-04-13 17:29:33 -0400 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2022-04-13 17:29:33 -0400 |
commit | 658c2fa36f3359325665c744ebe57478d539b28d (patch) | |
tree | 84806babb5febe4a3306c9c0bfc0e4e9da1159e0 /tnslc/dummy.tnsl | |
parent | 6674b44eb75218e1f00a1cc63a82aab82c641806 (diff) |
Include ast, add function to print tokens
Diffstat (limited to 'tnslc/dummy.tnsl')
-rw-r--r-- | tnslc/dummy.tnsl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tnslc/dummy.tnsl b/tnslc/dummy.tnsl index bb09483..edecab5 100644 --- a/tnslc/dummy.tnsl +++ b/tnslc/dummy.tnsl @@ -1,3 +1,4 @@ /; main [float] + ;int i = 0 ;return a.b ;/ |