文件名称:Android代码-antlr4
文件大小:5.14MB
文件格式:ZIP
更新时间:2022-08-26 01:32:54
Android代码
ANTLR v4 ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files. It's widely used to build languages, tools, and frameworks. From a grammar, ANTLR generates a parser that can build parse trees and also generates a listener interface (or visitor) that makes it easy to respond to the recognition of phrases of interest. Given day-job constraints, my time working on this project is limited so