How can i see the live parse tree using Antlr4 Ide in Eclipse?
问题 I'm new using Antlr4 but I know that exist a plugin for Eclipse. I have a simple question...After I created the g4 file how can I visualize the live parse tree in order to see the tree of an input expression? Thanks 回答1: Currently there is no provision for viewing live parse tree in ANTLR 4 IDE for Eclipse. Meanwhile, you can see the parse tree using -gui switch in the command line. It also provides a feature of saving the parse tree as PNG. 回答2: After installing Antlr4Ide plugin in Eclipse: