pub fn parse_single_word_stmt( par: &mut Parser<'_>, ) -> ParseResult<Node<FuncStmt>>
Parse a continue, break, pass, or revert statement.
continue
break
pass
revert
Panics if the next token isn’t one of the above.