AzureMarker / intellij-lalrpop

Jetbrains plugin for the LALRPOP parser-generator
MIT License
16 stars 2 forks source link

Support external lexers #35

Open dnbln opened 3 years ago

dnbln commented 3 years ago

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.

evbo commented 2 years ago

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

Cannot resolve ___