pub fn parse_all_generated_numeric_functions_any(
    input: &str
) -> IResult<&'_ str, Vec<BasicToken>, VerboseError<&'_ str>>