intellij-plugin-v4
intellij-plugin-v4 copied to clipboard
Add a "run" button that runs generated code so predicates/actions work
As a plus, it'd be nice if this could include the application's classpath, or at least a custom-provided one (the antlr-denter case mentioned in #137 would require that).
hmm…this might be better done as part of intellij’s normal build/run. i’ll think about it. Ter On Jul 24, 2014, at 12:40 PM, Yuval Shavit [email protected] wrote:
As a plus, it'd be nice if this could include the application's classpath, or at least a custom-provided one (the antlr-denter case mentioned in #137 would require that).
— Reply to this email directly or view it on GitHub.
I just ran into this. I was trying to parse g4 files to transform them into xsd. The grammar for antlr4 has a ton of actions and some custom code to handle lexer modes. Has there been any progress on this?