[antlr-interest] javacc like ast generator for antlr

Terence Parr parrt at cs.usfca.edu
Wed Sep 20 14:27:40 PDT 2006


Hi.  you want a parse tree, which is easy to build by overriding the  
match method and the traceIn/traceOut methods.

Ter
On Sep 19, 2006, at 10:07 PM, Costa Basil wrote:

> Does anybody know if there is an add-on that allows me to generate  
> parsing trees with antlr 2.7.6/c++ similar with the ones supported  
> by javacc? In case you are wondering what I mean, the javacc ASTs  
> are driven by non-terminals while the ASTs that you create with  
> antlr are "terminal" oriented.
>
> Thanks
>
>
>
> Now you can have a huge leap forward in email: get the new Yahoo!  
> Mail.



More information about the antlr-interest mailing list