This commit is contained in:
Tristan B. Kildaire 2021-03-16 10:36:50 +02:00
parent b6467583a1
commit 0ea5b78a2f
1 changed files with 1 additions and 2 deletions

View File

@ -337,8 +337,7 @@ public final class Parser
break;
}
/**
* TODO: For recursive () in expressions I might need to stop the `)` detection outside
* of the call to parseExpression (the original call)
* For ()
*/
else if(symbol == SymbolType.LBRACE)
{