more parsing reworks

This commit is contained in:
dfsek
2020-12-21 01:28:40 -07:00
parent 6d710ca442
commit adc5f0becc
31 changed files with 395 additions and 166 deletions

View File

@@ -1,8 +1,5 @@
test("hello", 2);
if(test("fsdfsdf", 3) == 2) {
if("true") {
test("fdsgdf", 3.4);
if(test("fsdfsdf", 3) == 2) {
test("fdsgdf", 3.4);
}
}