I'm going to migrate from ANTLR3 to ANTLR4, I appreciated auto-left recursion resolving, but..I did not found tree grammars, -> instructions supported.
Could anyone explain what is the reason of removing of this feature and what would I do?
If I understood right, I need to write a java node listener. Is there a guidline for migration from 3 to 4 like this?