Added TODO about parseExpression for recursive () parsing
parent
b7f77b8619
commit
e5b86498f5
|
@ -336,6 +336,10 @@ public final class Parser
|
||||||
{
|
{
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
/**
|
||||||
|
* TODO: For recursive () in expressions I might need to stop the `)` detection outside
|
||||||
|
* of the call to parseExpression (the original call)
|
||||||
|
*/
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
//gprintln("parseExpression(): NO MATCH", DebugType.ERROR);
|
//gprintln("parseExpression(): NO MATCH", DebugType.ERROR);
|
||||||
|
|
Loading…
Reference in New Issue