ANTLR
Otaku, Cedric's weblog: ANTLR vs. JavaCC
syndiag - Syntax Diagrams Generator for ANTLR
In this article, I will show you how to build an object model for this constraints language, and how to parse it from plain text.
CodeWorker is a versatile Open Source (GNU Lesser General Public License) parsing tool and a source code generator devoted to generative programming. Generative programming is a software engineering approach interested in automating the production of reu
jGuru: All I know is that I need to build a parser or translator. ...
An ANTLR Tutorial
"In the Haskell world, a close approximation to ANTLR is available in the form of Parsec, a library for building parsers using combinators."
Grammar List
Programming Languages course taught by ANTLR's designer
ANTLR 3
Terence Parr released today ANTLR 3. He discusses the most significant new features: a new parsing strategy, a new technique for building syntax trees, integration with StringTemplate, and re-targetable code generation.
ANTLR Studio for Eclipse
Understanding ANTLR Grammar Files