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

View File

@@ -51,6 +51,8 @@ public class ParserTest {
System.out.println("Took " + (double) t / 1000000);
block.apply(null);
block.apply(null);
}
private static class Test1 implements Function<Void> {

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) {