Added TODO about parseExpression for recursive () parsing

This commit is contained in:
Tristan B. Kildaire 2021-03-15 10:50:06 +02:00
parent b7f77b8619
commit e5b86498f5
1 changed files with 4 additions and 0 deletions

View File

@ -336,6 +336,10 @@ 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)
*/
else
{
//gprintln("parseExpression(): NO MATCH", DebugType.ERROR);