What is ANTLR?
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#, or C++ actions. ANTLR provides excellent support for tree construction, tree walking, and translation. There are currently about 5,000 ANTLR source downloads a month.
ANTLR是一种语言工具,全称为ANother Tool for Language Recognition,曾用名PCCTS。它为从包含Java、C#或C++动作的语法描述中构建识别器、编译器和翻译器提供框架,还对树构建、树遍历和翻译有出色支持,每月约有5000次源文件下载。
826

被折叠的 条评论
为什么被折叠?



