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? 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
Hi,
It's not clear to me from the documentation whether it's possible to define lexemes in terms of other lexemes.
E.g.
[0-9] "DIGIT" [a-zA-Z] "LETTER" {LETTER}({LETTER}|{DIGIT})* "ID"
Is this Lex feature supported by grmtools?
Thank you.
The text was updated successfully, but these errors were encountered:
It's not supported. I would not object to a PR which added it!
Sorry, something went wrong.
No branches or pull requests
Hi,
It's not clear to me from the documentation whether it's possible to define lexemes in terms of other lexemes.
E.g.
Is this Lex feature supported by grmtools?
Thank you.
The text was updated successfully, but these errors were encountered: