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

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

Parse an expression with a precedence higher than prec.

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