Added TODO
parent
f679a6dd83
commit
ffa94ba6e5
|
@ -261,9 +261,11 @@ public final class Parser
|
||||||
/* Get the next token */
|
/* Get the next token */
|
||||||
nextToken();
|
nextToken();
|
||||||
}
|
}
|
||||||
|
/* TODO: Add funcCal symbol type */
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
gprintln("parseExpression(): NO MATCH", DebugType.ERROR);
|
||||||
|
/* TODO: Something isn't right here */
|
||||||
}
|
}
|
||||||
|
|
||||||
gprintln("ParseExpression: Finished", DebugType.WARNING);
|
gprintln("ParseExpression: Finished", DebugType.WARNING);
|
||||||
|
|
|
@ -27,9 +27,9 @@ void main(int hello, byte d)
|
||||||
{
|
{
|
||||||
while(1)
|
while(1)
|
||||||
{
|
{
|
||||||
while(2)
|
while(2+2)
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue