mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-17 13:49:57 +00:00
implement operator precedence
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user