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