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