DESCRIPTION
ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a language tool that provides a framework for constructing recognizers, compilers, and translators from grammatical descriptions containing Java, C#, Python, or C++ actions. ANTLR is popular because it is easy to understand, powerful, flexible, generates human-readable output, and comes with complete source. ANTLR provides excellent support for tree construction, tree walking, and translation. There are currently over 5000 ANTLR source downloads a month.
WHAT'S NEW
Version 1.3:
New Features:
- [AW-235] - New Grammar Wizard
- [AW-236] - StringTemplate editor
- [AW-237] - Custom test rig
- [AW-238] - Run input on a grammar
Bug fix:
- [AW-223] - NullPointerException when closing ANTLRWorks
- [AW-230] - cast exception with left recursive grammar
- [AW-244] - syntax error causes AW to crash
- [AW-228] - Generated classes are not placed into directories according to package declarations
REQUIREMENTS
Java VM 1.4 or later.
|