Terence Parr
Terence Parr
And another https://www.youtube.com/watch?v=0A2-BquvxMU
> While working with modes (and having a customized output directory), the plugin left a tokens file (OverrideLexer.tokens) next to the lexer g4 file instead of in the output directory....
Are we talking about setting just the starting mode for lexing? I think it would get very confusing if there's some state indicating which mode we are lexing in.
Fixed by https://github.com/antlr/intellij-plugin-v4/pull/577
Hmm...I wonder if that's a bug or whether I never made the interpreter update those values. It seems like since it displays a different alternative I expected this to work....
Hi. Yup. just fixed it!! check this one out https://github.com/antlr/intellij-plugin-v4/issues/546 can you try to install that build? Almost ready for release. https://github.com/antlr/intellij-plugin-v4/files/8691177/antlr-intellij-plugin-v4-1.19-SNAPSHOT.zip
(uninstall antlr plugin then "install from disk" that zip)
The first thing to check is whether or not your partner works for empty or trivial input even from the command line. I suspect there's an infinite Loop in your...
so no warnings in antlr console? Try hitting the red square parse cancel button
Those mem objs are all from parsing gone nuts...not a leak per se.