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

Parse a for statement.

Panics

Panics if the next token isn’t for.