AzureMarker / intellij-lalrpop

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

Suggestion: add an inspection to detect missing terminals #11

Closed dnbln closed 4 years ago

dnbln commented 4 years ago

Because I find having lalrpop tell me I'm missing the definition of a terminal a little annoying and it doesn't seem like a hard thing to implement.

dnbln commented 4 years ago

Implemented it in #13.