diff options
author | Kyle Gunger <corechg@gmail.com> | 2020-06-28 16:48:22 -0400 |
---|---|---|
committer | Kyle Gunger <corechg@gmail.com> | 2020-06-28 16:48:22 -0400 |
commit | 0ec2df58538bd986af0765fa36b0dc1ba9c15aa5 (patch) | |
tree | d1a3b84a497a782489094cb894b0df951209d49a /base.tnsl | |
parent | 8f9cf0d4856bb53009bb58b53a42e21e2cd1e947 (diff) |
[Bugfix] Literals and Comments
+ Fix literal value parsing
+ Remove comments from the tokenized result
Diffstat (limited to 'base.tnsl')
-rw-r--r-- | base.tnsl | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,3 +1,2 @@ -[a!==b] -!=!== +;a.pl() |