blob: 4c9c272c4b9a7e86068a82cb28a5e98615d90def (
plain) (
blame)
1
2
3
4
5
6
7
8
|
ANTLR, ANother Tool for Language Recognition, is a language tool that
provides a framework for constructing recognizers, interpreters,
compilers, and translators from grammatical descriptions containing
actions in a variety of target languages. ANTLR provides excellent
support for tree construction, tree walking, translation, error
recovery, and error reporting.
This package provides the ANTLR v3 C runtime library.
|