[antlr-interest] Article against TreeWalkers

Jeff Barnes Jeff.Barnes at codesic.com
Thu Mar 9 13:11:11 PST 2006


One thing that really helped me get my first tree walker "out the door" was to use the AST frame. Helps to visualize the second dimension.
 
            ASTFrame frame = new ASTFrame("AST", tree.getAST());
            frame.setVisible(true);

 


More information about the antlr-interest mailing list