* Fixed ANTLR-267. parse tree added nodes during backtracking and cyclic DFAs. tracks hidden tokens too now. Added toInputString() to get text back including hidden tokens. Shows <epsilon> for rules that match nothing.
edit //depot/code/antlr/main/CHANGES.txt#73 edit //depot/code/antlr/main/runtime/Java/src/org/antlr/runtime/debug/ ParseTreeBuilder.java#7 edit //depot/code/antlr/main/runtime/Java/src/org/antlr/runtime/tree/ ParseTree.java#5 edit //depot/code/examples-v3/java/ANTLR/Main.java#4 _______________________________________________ antlr-dev mailing list [email protected] http://www.antlr.org:8080/mailman/listinfo/antlr-dev
