-
Notifications
You must be signed in to change notification settings - Fork 805
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
Followup: Candidates for range syntax #1613
Comments
I'm less sure about converting those right now, because they rely on specialized implementations (the |
One way to handle this is to dispatch to different implementations like my complete/streaming work, hoping the compiler inlines enough to remove the overhead. |
|
+1 for a Currently, there is only All multi parsers accepting a range argument would be very nice! |
This is a followup to #1402 which was merged in #1608. The merged implementation only includes range variants for
many
andfold
. More parsers were mentioned as candidates in #1402.This issue tracks the status of those candidates for conversion to a range syntax.
Current candidates
The text was updated successfully, but these errors were encountered: