pub fn parse_numeric_expression<'code>(
constraint: NumericExpressionConstraint,
) -> impl Fn(&mut &'code str) -> PResult<Vec<BasicToken>, ContextError<StrContext>>
Expand description
TODO check that some generated functions do not generate strings even if they consume numbers