fix various tokenizer issues

This commit is contained in:
dfsek
2020-12-22 02:58:42 -07:00
parent 88da796923
commit 72d4370878
4 changed files with 26 additions and 15 deletions
+4
View File
@@ -5,6 +5,10 @@ num testVar = 3.4;
bool boolean = true;
str stringVar = "hello!";
bool iftest = false;
bool truetest = false;
num iterator = 0;
while(iterator < 5) {