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
Currently, all quoted_terminals yield &str as their type.
quoted_terminal
&str
I played around with the grammar and lexer a little in https://github.com/dblanovschi/intellij-lalrpop/commit/9336ee964bb19832eb33c3e8851b638a324d2b0d, but didn't get to resolve quoted_terminal references yet and will have to research if descendentsOfType yields the same order as lalrpop.
descendentsOfType
The text was updated successfully, but these errors were encountered:
Also tokens redefined in an extern are underlined red by this plugin that they do not exist with a message like:
extern
Cannot resolve ___
Sorry, something went wrong.
No branches or pull requests
Currently, all
quoted_terminal
s yield&str
as their type.I played around with the grammar and lexer a little in https://github.com/dblanovschi/intellij-lalrpop/commit/9336ee964bb19832eb33c3e8851b638a324d2b0d, but didn't get to resolve
quoted_terminal
references yet and will have to research ifdescendentsOfType
yields the same order as lalrpop.The text was updated successfully, but these errors were encountered: