antlr/README.md

5 lines
330 B
Markdown
Raw Normal View History

2024-01-05 20:26:46 +01:00
# 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#, C++, or Python actions. ANTLR provides excellent support for tree construction, tree walking, and translation.