- Removed now-completed TODO relating to array accesses in `parseExpression()`
arrays
parent 1ffa059be0
commit 38b938a7b2

@ -1314,7 +1314,6 @@ public final class Parser
/* If we have a `[` (array index/access) */
else if(symbol == SymbolType.OBRACKET)
{
gprintln("TODO: Implement array acesses/indexes", DebugType.ERROR);
// Pop off an expression which will be `indexTo`
Expression indexTo = removeExp();
gprintln("indexTo: "~indexTo.toString());

Loading…
Cancel
Save