pub fn parse_expr_pest<'tcx>(
tcx: TyCtxt<'tcx>,
def_id: DefId,
text: &str,
) -> ContractExpr<'tcx>Expand description
Parse a numeric expression (no comparison) into a ContractExpr.
pub fn parse_expr_pest<'tcx>(
tcx: TyCtxt<'tcx>,
def_id: DefId,
text: &str,
) -> ContractExpr<'tcx>Parse a numeric expression (no comparison) into a ContractExpr.