We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Sometimes you want to match over a pattern of rules and use it as a string.
Examples of usage:
The text was updated successfully, but these errors were encountered:
One idea: Allow meta data on sequence and select rules.
// sequence [a b c]:"foo" // select {a b c}:"foo"
Sorry, something went wrong.
In the case of comments, this text includes the special characters, so their meaning becomes application specific:
// includes `//` and `/* ... */` in "text". 1 comment = {multi_line_comment ["//" ..."\n"?]}:"text"
Another idea is to pass it to another rule.
No branches or pull requests
Sometimes you want to match over a pattern of rules and use it as a string.
Examples of usage:
The text was updated successfully, but these errors were encountered: