develop_before_lexer_parser_merge_parseName
Tristan B. Kildaire 2021-03-20 21:26:42 +02:00
parent bf1f6fafa7
commit ceffcd7b9c
1 changed files with 2 additions and 0 deletions

View File

@ -203,6 +203,8 @@ public final class Parser
gprintln("parseBody(): Enter", DebugType.WARNING);
/* TODO: Implement body parsing */
/* Consume the `{` symbol */
nextToken();
/**