Skip to content
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

Add delimiter[] directive that applies only to the new permutation parser #162

Open
tzlaine opened this issue Mar 10, 2024 · 0 comments
Open

Comments

@tzlaine
Copy link
Collaborator

tzlaine commented Mar 10, 2024

This is to make it easy to write a || b || c, and have delimiters in between all of them, but not before the first or after the last. Without this directive, you'd have to establish some kind of counter that all the subparsers above would be able to see and increment, and have all of them skip, then parse a delimiter, if they were not the first one used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant