Cleaned up `parseClass`
parent
f36ab8df5f
commit
847f76d7d2
|
@ -357,9 +357,6 @@ public final class Parser
|
||||||
*
|
*
|
||||||
* This is called when there is an occurrence of
|
* This is called when there is an occurrence of
|
||||||
* a token `class`
|
* a token `class`
|
||||||
*
|
|
||||||
* STATUS: Not integrated
|
|
||||||
* STATUS: Not tested
|
|
||||||
*/
|
*/
|
||||||
private void parseClass()
|
private void parseClass()
|
||||||
{
|
{
|
||||||
|
@ -378,8 +375,7 @@ public final class Parser
|
||||||
/* Parse a body */
|
/* Parse a body */
|
||||||
parseBody();
|
parseBody();
|
||||||
|
|
||||||
|
/* Pop off the ending `}` */
|
||||||
/* TODO: Ending here, expect closing `}`? */
|
|
||||||
nextToken();
|
nextToken();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue