openbsd-ports/lang/antlr3/pkg/DESCR
jasper cfb2b00ecd import antlr 3.4
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.

ok aja@

Note, the antlr2 port may be removed soon, unless anyone is still using it?
2011-08-30 07:19:34 +00:00

10 lines
465 B
Plaintext

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.