Refactored comment

This commit is contained in:
Tristan B. Kildaire 2021-05-31 22:36:11 +02:00
parent d1bd2fab2c
commit 814b29984c
1 changed files with 2 additions and 3 deletions

View File

@ -397,10 +397,9 @@ public final class Parser
/* TODO: Remove this and actually impleent struct's body parsing */
generatedStruct = new Struct(structName);
/* TODO: Add Statement[] array, statements, to `generatedStruct` */
generatedStruct = new Struct(structName);
/* Expect closing brace (sanity) */
expect(SymbolType.CCURLY, getCurrentToken());