Parser.parseWhileStmt

$(BNF WhileStmt := while "(" Expression ")" ScopeStmt)

class Parser
parseWhileStmt
(
)

Meta