forked from abiggerhammer/hammer
-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
h_many_up_to_n and h_many_i_j missing? #134
Comments
uucidl
changed the title
many_up_to_n and many_i_j missing?
h_many_up_to_n and h_many_i_j missing?
Jul 31, 2015
Good point! What would you think about folding the two missing cases into an |
Yeah that would be perfect! |
By the way this came up as I was building an RFC5322 parser from the spec. The lines in the body are all supposed to be |
Cool. I'll try and get that banged into many.c this weekend. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hammer has:
h_many
*(expr)
h_many1
1*(expr)
h_repeat_n
n*n(expr)
*n(expr)
i*j(expr)
I've searched the source code and to my knowledge the last two cases are missing, for expressions with many elements
up to
n
or many betweeni
andj
.The text was updated successfully, but these errors were encountered: