[antlr-interest] AntlrDT 0.7.0 Released

Gerald Rosenberg gerald at certiv.net
Sun Apr 12 18:09:18 PDT 2009


Just released AntlrDT 0.7.0 for Eclipse 3.4

Details are available: http://www.certiv.net/projects/antlrdt.html

The major changes are:

1) Implemented live AST View
    * shows the actual AST tree produced by a live execution of a 
generated lexer/parser (similar to the JDT AST View)
    * supports choice of start rule and selection of a source file
    * also lists the actual tokens produced by the lexer, by token 
name and char stream content
    * captures and lists all run-time errors encountered during the 
AST production
    * double-clicking on a token or error will select and reveal the 
corresponding part of the source file
2) Enabled project specific builder options - can now select default 
output directory on a per-project basis
3) Updated to ANTLR 3.1.3 for static grammar analysis and code 
generation - using the reference ANTLRv3.g


Grammar AST View:
<http://www.certiv.net/images/GrammarAST-Structure.png>
AST Structure subtab
<http://www.certiv.net/images/GrammarAST-Structure.png>
Tokenssubtab
<http://www.certiv.net/images/GrammarAST-Errors.png>
Errors subtab
<http://www.certiv.net/images/GrammarAST-Errors.png> 
<http://www.certiv.net/images/GrammarAST-Grammar.png>
Specification subtab
<http://www.certiv.net/images/GrammarAST-Grammar.png> 
<http://www.certiv.net/images/GrammarAST-Tokens.png>  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.antlr.org/pipermail/antlr-interest/attachments/20090412/a971d85e/attachment.html 


More information about the antlr-interest mailing list