readme
来自「本工具提供一个词法分析器和语法分析器的集成开发环境」· 代码 · 共 20 行
TXT
20 行
ANTLR 1.33This directory contains the files necessary to build ANTLR.If you do a "make scrub", ANTLR will have to run on antlr.g and DLGwill have to run on parser.dlg. Either(1) ANTLR uses the previous antlr in that directory to rebuild itself(2) Needs to find antlr on the search pathYou will find that running "antlr -gh antlr.g" will result in about10 ambiguity warnings. These are normal. Don't worry.If you do a "make clean" right after installation, ANTLR and DLG shouldnot need to run; only the C files will compile.Don't forget to go into the makefile to uncomment the appropriatedefinitions for your OS/architecture/compiler or see the appropriateNOTES.?? file.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?