fredyvonvinet/ANTLR4-Plugins-for-NetBeans

<assoc=right> flagged as error

Opened this issue · 2 comments

If I include |<assoc=right> in my grammar, the plugin flags it as an error.

This seems to come from a relatively recent change in the ANTLR4 grammar - the right associative tag now has to be placed immediately after the alernative symbol.

Posted pull request with fix.