allow grouping binary operations

This commit is contained in:
dfsek
2020-12-21 20:55:51 -07:00
parent fe17683d27
commit be8ed913e5
2 changed files with 11 additions and 4 deletions

View File

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