mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-11 10:16:15 +00:00
fix various tokenizer issues
This commit is contained in:
@@ -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> {
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user