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