pub fn expr_part<'src>( ) -> impl Parser<'src, &'src str, Expr, Err<Rich<'src, char>>> + Clone
Generates a parser that handles full expressions including mathematical operations, grouping with parentheses, dice, etc.