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

Feature request: multiple grammar parameter constraints on the RHS #25

Closed
littledan opened this issue Mar 16, 2017 · 2 comments
Closed
Labels

Comments

@littledan
Copy link

In the RegExp named groups proposal, I'm updating the "Annex B" grammar for this new feature. I wanted to make the right hand side of a grammar production depend on two parameters, not one, but this seems to be not accounted for in Grammarkdown. Specifically, in the code, it looks like parseParameterValueAssertionTail expects a single token, and then a closing square bracket, but here, I'd have multiple comma-separated tokens. cc @bterlson

Anyway, this is not urgent; it can be worked around by separating into another nonterminal, as I did here.

@rbuckton rbuckton added the bug label May 10, 2018
@rbuckton
Copy link
Owner

Fixed in bc0d817.

@littledan
Copy link
Author

Thanks!

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

No branches or pull requests

2 participants