[antlr-interest] ANTLRWorks 1.0ea9 available!

Jean Bovet antlr-list at arizona-software.ch
Fri Jun 2 13:07:09 PDT 2006


Hello!

ANTLRWorks 1.0ea9 is now available:

http://www.antlr.org/works/index.html

This version is now able to debug tree grammar (it displays the input  
tree), to show AST during debugging and to step over rule. See the  
release notes at the end of this e-mail for more information.

The ANTLRWorks jar has everything you need including the latest  
version of ANTLR 3.0ea10 and StringTemplate 2.3b7.

Enjoy!

Jean


*** History ***

06/02/06 - version 1.0ea9

- debugger: display now AST tree during debugging
- debugger: can debug tree grammar (display input tree)
- debugger: can step over a rule
- parse tree in debugger shows backtrack nodes (colorized)
- show now Tokens DFA
- can now export decision DFA and rule dependency graph as DOT file
- new replace all feature in find dialog
- generated code coloring has been disabled
- auto-save document before debugging and generating code for display
- generate parser if document has been modified since last generation
- more precise message when log are reported to the console (warnings  
or errors)
- more information are reported in the events list of the debugger
- debugger: output pane and information pane are now hidden by default
- debugger: new method to select the break event(s)
- debugger: message if remote parser's grammar file does not match  
current file
- tab are reused for the same operation rather than populating
- remote parser launch time-out can be specified in the preferences
- syntax: added exception clause of rule

- fixed a bug in the DOT engine that could prevent a DOT graph to be  
correctly displayed
- fixed a bug where ANTLRWorks would freeze when replacing literals  
with token label
- fixed a bug where stats about programming and language  
implementation experience were inverted



More information about the antlr-interest mailing list