pub fn parse_match_stmt(par: &mut Parser<'_>) -> ParseResult<Node<FuncStmt>>
Parse a match statement.
match
Panics if the next token isn’t match.