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

Support external lexers #35

Open
dnbln opened this issue Jan 7, 2021 · 1 comment
Open

Support external lexers #35

dnbln opened this issue Jan 7, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@dnbln
Copy link
Contributor

dnbln commented Jan 7, 2021

Currently, all quoted_terminals 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 if descendentsOfType yields the same order as lalrpop.

@AzureMarker AzureMarker added the enhancement New feature or request label Jan 7, 2021
@evbo
Copy link

evbo commented Feb 26, 2022

Also tokens redefined in an extern are underlined red by this plugin that they do not exist with a message like:

Cannot resolve ___

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

No branches or pull requests

3 participants