7 lines
255 B
Text
7 lines
255 B
Text
|
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
|
||
|
C++ or Java actions.
|
||
|
|
||
|
WWW: http://www.antlr3.org
|