pub fn parse_expr(par: &mut Parser<'_>) -> ParseResult<Node<Expr>>
Expand description
Parse an expression, starting with the next token.
pub fn parse_expr(par: &mut Parser<'_>) -> ParseResult<Node<Expr>>
Parse an expression, starting with the next token.