Function tyche::parse::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.