Function expr_part

Source
pub fn expr_part<'src>() -> impl Parser<'src, &'src str, Expr, Err<Rich<'src, char>>> + Clone
Expand description

Generates a parser that handles full expressions including mathematical operations, grouping with parentheses, dice, etc.