Function tyche::parse::expr

source ·
pub fn expr<'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. and expects end of input