[antlr-interest] Re: grammar editor?

Matt Benson gudnabrsam at yahoo.com
Mon Jun 23 07:45:57 PDT 2003


Good point, and of course there's already an ANTLR
grammar file.  If you run the grammar rule of the
ANTLRParser, and build an AST, you can use the
antlr.debug.misc.JTreeASTModel to display the AST in a
Swing tree.  That should all be easy.  The hard part
comes in determining what other features an ANTLR
grammar editor should have, and worse yet, how to
implement these features once they have been defined.

-Matt

--- David Wigg <wiggjd at sbu.ac.uk> wrote:
> I would have thought that an antlr grammar file
> parser 
> generating an AST file would have been a good start
> for this. 
> Any takers?
> 
> David.
> 
> 
>  
> 
> Your use of Yahoo! Groups is subject to
> http://docs.yahoo.com/info/terms/ 
> 
> 


__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 




More information about the antlr-interest mailing list