Hi,
We have just made ANTLR 2.7.5 release candidate 2 available. ANTLR is an
easy to use tool that generates human-friendly source code for lexers,
parsers and tree walkers/parsers from language grammars. The generated code
is similar to what a developer might produce manually and is therefore easy
to understand.
The ANTLR toolkit provides a framework for constructing language processing
tools (such as analysers, compilers and translators) in C#, Java, C++ and
Python. ANTLR language grammars can contain embedded C#, Java, C++ or Python
action code.
New and notable in v2.7.5:
- Python code generation
- Vastly improved support for installation and C# code generation for Mono
on Linux, Mac OS X and other Unixes
- Full support for using C# with the Mono CLR platform (GUI support now
isolated in separate runtime assembly dll)
- Preliminary support for using C# with the dotGNU CLR platform (all C#
examples should work)
- More flexible error mechanism with better support for custom error
handlers
More information about ANTLR is available on the website:
www.antlr.org
ANTLR 2.7.5 RC2 can be downloaded here:
http://www.antlr.org/download/antlr-2.7.5rc2.tar.gz
The ANTLR mailing list is here:
http://www.antlr.org:8080/mailman/li...antlr-interest
Kunle Odutola
ANTLR/C#
www.antlr.org