DESCR 465 B

12345678910
  1. ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a
  2. language tool that provides a framework for constructing recognizers,
  3. compilers, and translators from grammatical descriptions containing
  4. Java, C#, Python, or C++ actions.
  5. ANTLR is popular because it is easy to understand, powerful, flexible,
  6. generates human-readable output, and comes with complete source. ANTLR
  7. provides excellent support for tree construction, tree walking, and
  8. translation.