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 a seq function for SequenceParser #117

Open
drhagen opened this issue Nov 2, 2024 · 0 comments
Open

Add a seq function for SequenceParser #117

drhagen opened this issue Nov 2, 2024 · 0 comments
Milestone

Comments

@drhagen
Copy link
Owner

drhagen commented Nov 2, 2024

The a & b operator requires a lot of magic to work and some things are strictly impossible to detect (e.g. (a & b) & c is length 3 instead of length 2, while x = a & b; x & c is length 2). There should at least be the option to parse a sequence of tokens without using the magic operator, just like longest exists as an alternative to a | b.

@drhagen drhagen added this to the v3 milestone Nov 2, 2024
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