[][src]Function moore_vhdl_syntax::parser::rules::parse_expr_prec

pub fn parse_expr_prec<P: Parser>(
    p: &mut P,
    prec: ExprPrec
) -> ReportedResult<Expr>

Parse an expression with a precedence higher than prec.

expr[10] := "inertial" expr[9]