You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This looks like a different version between what's shipped in the plugin and what you're using when you generate the parser yourself. The header you're mentioning was introduced in february and released in ANTLR 4.9.2 according to GitHub.
The IntelliJ plugin is still shipping ANTLR 4.9.1, I'll prepare a new version with the latest ANTLR.
When you run "Generate ANTLR Recognizer..." the lexer output file has
in its header, while doing it yourself yields
The upper one is clearly wrong, as it's dependent on the minor version of Python 3.
The text was updated successfully, but these errors were encountered: