pub fn parse_if_stmt(par: &mut Parser<'_>) -> ParseResult<Node<FuncStmt>>
Expand description

Parse an if statement.

Panics

Panics if the next token isn’t if.