Function parse_while_stmt

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

Parse a while statement.

§Panics

Panics if the next token isn’t while.