Nice, that works

expression_parsing.sync-conflict-20210316-090018-O3W7KWN
Tristan B. Kildaire 2 years ago
parent 18a5bdca16
commit b6d005d532

@ -346,7 +346,7 @@ public final class Parser
parseExpression();
nextToken();
}

@ -40,11 +40,11 @@ void main(int hello, byte d)
print(1+1);
print(1+1);
ubyte eish = 1+1;
ubyte eish = (1+1);
ubyte poes = ((1+1));
if(1+1)
if(((1+1)))
{
if(1)
{

Loading…
Cancel
Save