ANTLR (ANother Tool for Language Recognition; formerly PCCTS)
In short, ANTLR provides a framework for constructing recognizers, compilers, and translators from grammatical descriptions containing Java, C#, or C++ actions.
Homepage: http://www.antlr.org/
|