parse_expr

Function parse_expr 

Source
pub(crate) fn parse_expr(
    p: &mut Parser<'_>,
) -> Result<Box<Expr>, ErrorGuaranteed>
Expand description

Parse an expression. On error, emit it, advancing to Eof, and return Err.