10 lines
297 B
Text
10 lines
297 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.antlr.org/
|
||
|
|
||
|
- Geoffrey Mainland
|
||
|
mainland@apeiron.net
|