Bruh
parent
b6467583a1
commit
0ea5b78a2f
|
@ -337,8 +337,7 @@ public final class Parser
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* TODO: For recursive () in expressions I might need to stop the `)` detection outside
|
* For ()
|
||||||
* of the call to parseExpression (the original call)
|
|
||||||
*/
|
*/
|
||||||
else if(symbol == SymbolType.LBRACE)
|
else if(symbol == SymbolType.LBRACE)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue