-
Notifications
You must be signed in to change notification settings - Fork 130
Add repNM for range repetition #242
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
Comments
I can't think of a reason this wouldn't be accepted |
Great! Thank you. |
pgrandjean
added a commit
to pgrandjean/scala-parser-combinators
that referenced
this issue
Oct 16, 2019
pgrandjean
added a commit
to pgrandjean/scala-parser-combinators
that referenced
this issue
Oct 16, 2019
pgrandjean
added a commit
to pgrandjean/scala-parser-combinators
that referenced
this issue
Oct 16, 2019
SethTisue
pushed a commit
that referenced
this issue
Nov 19, 2019
PR #245 merged |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a proposal to add operator
repNM
that repeats a parser in arange(n, m)
. In other words,repNM
would ensure that a parser is run at leastm
times and up ton
times.This proposal is a follow up on comments and code in Stackoverflow by Jörg W Mittag.
I have some working code that I would like to submit in a PR, if it is OK to continue with this proposal.
The text was updated successfully, but these errors were encountered: