Function r::parser::parse_expr

source ยท
pub fn parse_expr<P, R>(
    config: &SessionParserConfig,
    parser: &P,
    pratt: &PrattParser<R>,
    pairs: Pairs<'_, R>,
) -> ParseResult
where P: Parser<R> + LocalizedParser, R: RuleType + Into<Rule>,