-
Notifications
You must be signed in to change notification settings - Fork 6
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
Allow the same node to be matched multiple times with different tags #16
Comments
What are these tag things? Is that a new feature in pest? |
I see. Did you mean to add repetition to |
Hm I guess we already could allow multiple repetition patterns today, but this allows it for the same node. That's interesting |
yea that's basically it |
Same as with #15 if you don't feel like dealing with this but think this is a welcome addition in general feel free to let me know. |
Thanks for offering! I'll give it a go because it seems easy enough, I'll ping you if I'd rather you do it instead :) |
sure that works 👍 |
probably multiple repetition patterns need to be unique over the tuple |
Yeah, I'm thinking I'll just do it greedily, so if someone does |
or that probably also works fine 👍 |
Alright, I've got tag support on |
Alright, multi multi patterns are on master! Can you test that this does what you want? |
Sure I'll do so sometime next week (hopefully tomorrow) since I am kinda busy right now. |
Allow the following:
with for example the grammar
The text was updated successfully, but these errors were encountered: