Added TODO

This commit is contained in:
Tristan B. Velloza Kildaire 2021-03-03 21:38:53 +02:00
parent f679a6dd83
commit ffa94ba6e5
2 changed files with 5 additions and 3 deletions

View File

@ -261,9 +261,11 @@ public final class Parser
/* Get the next token */
nextToken();
}
/* TODO: Add funcCal symbol type */
else
{
gprintln("parseExpression(): NO MATCH", DebugType.ERROR);
/* TODO: Something isn't right here */
}
gprintln("ParseExpression: Finished", DebugType.WARNING);

View File

@ -27,9 +27,9 @@ void main(int hello, byte d)
{
while(1)
{
while(2)
while(2+2)
{
}
}
}