[antlr-interest] new Tree interfaces

Terence Parr parrt at cs.usfca.edu
Sun Sep 4 14:47:14 PDT 2011


btw,If you want to take a look at the clean new tree interface:

http://www.antlr.org/depot/antlr4/main/runtime/Java/src/org/antlr/v4/runtime/tree/Tree.java

then sub interfaces

http://www.antlr.org/depot/antlr4/main/runtime/Java/src/org/antlr/v4/runtime/tree/SyntaxTree.java
http://www.antlr.org/depot/antlr4/main/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTree.java
http://www.antlr.org/depot/antlr4/main/runtime/Java/src/org/antlr/v4/runtime/tree/AST.java

...

Ter



More information about the antlr-interest mailing list