Parser.parseGotoStmt

$(BNF /GotoStmt := goto (case Expression? | default | Identifier) ";")

class Parser
parseGotoStmt
(
)

Meta