implement operator precedence

This commit is contained in:
dfsek
2020-12-21 16:22:08 -07:00
parent 8a7499d874
commit 7a75f20a2c
6 changed files with 90 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
test("hello" + 3 + "gdfg", 2 + 1.2);
test("hello" + 3 + "gdfg", 3 + 8*2 - 1);
if(true) {
test("fdsgdf" + 2, 3.4);