intellij-plugin-v4 icon indicating copy to clipboard operation
intellij-plugin-v4 copied to clipboard

Add a "run" button that runs generated code so predicates/actions work

Open parrt opened this issue 11 years ago • 3 comments

parrt avatar Jul 24 '14 19:07 parrt

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).

yshavit avatar Jul 24 '14 19:07 yshavit

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.

parrt avatar Jul 24 '14 20:07 parrt

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?

jgoppert avatar Mar 22 '18 15:03 jgoppert