[antlr-interest] ASTFrame for V3

Terence Parr parrt at cs.usfca.edu
Sat May 26 11:35:11 PDT 2007


On May 26, 2007, at 10:39 AM, <Joerg.Werner at qimonda.com> wrote:

> Hi,
>
> This is a straightforward port of the ASTFrame from ANTLR 2.7.7.
>
> Usage:
> CommonTree t = (CommonTree) r.getTree();
> ASTFrame af = new ASTFrame("Tree", t);
> af.setVisible(true);
>
> Have fun,
>

Jörg,

can you attach that code to:

http://www.antlr.org/wiki/pages/viewpage.action?pageId=557086

That way the license will be clean; you have to grant usage etc...  
when you sign up as a wiki user.

Thanks,
Ter


More information about the antlr-interest mailing list