Java News from Friday, May 18, 2007

Terence Parr has released ANTLR 3.0, an open source Java parser and code generator. "ANTLR, ANother Tool for Language Recognition, is a language tool that provides a framework for constructing recognizers, interpreters, compilers, and translators from grammatical descriptions containing actions in a variety of target languages. ANTLR provides excellent support for tree construction, tree walking, translation, error recovery, and error reporting." Java 5 or later is required. ANTLR is published under a BSD license.