Added statement from parseAccessor call

develop_before_lexer_parser_merge_parseName
Tristan B. Kildaire 2021-03-24 23:17:58 +02:00
parent e663a0792b
commit 31fe91d947
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ public final class Parser
/* If it is an accessor */
else if (isAccessor(tok))
{
parseAccessor();
statements ~= parseAccessor();
}
/* If it is a branch */
else if (symbol == SymbolType.IF)