antlr4-lab
antlr4-lab copied to clipboard
ANTLR Lab does not consider parser rule labels in its tree.
e.g.
lots of antlr g4 file use parser rule labels like presto.
However, antlr4-lab do not count these parser rule labels in tree which is different from the production environment.
Is there possible to show these parser rule labels in the tree structure?
(Note, for comparison with the Intellij Antlr Plugin, which also uses the "interpreter", the node is displayed "selectItem:selectSingle". So, it should be possible.)