lexical-syntactic-analyzer:使用JFlex和JCup的词法和句法分析器

时间:2021-04-11 06:46:50
【文件属性】:
文件名称:lexical-syntactic-analyzer:使用JFlex和JCup的词法和句法分析器
文件大小:195KB
文件格式:ZIP
更新时间:2021-04-11 06:46:50
Java 词法和句法分析器 存储库的链接: : 用法 在运行该应用程序之前,您必须注释main类的第32行以生成LexicalAnalyzer.class 。 27 public static void main( String [] args) { 28 // creates the class from the .flex file 29 LexicalController . generateLexerClass(); 30 31 // initialize the app 32 // init(); 33 } 生成类后,您可以取消注释该行。
【文件预览】:
lexical-syntactic-analyzer-main
----.gitignore(1KB)
----src()
--------icons()
--------views()
--------lexical()
--------main()
--------controllers()
----libs()
--------flex.jar(175KB)
----nbproject()
--------genfiles.properties(467B)
--------build-impl.xml(97KB)
--------project.properties(3KB)
--------project.xml(519B)
----README.md(512B)
----build.xml(4KB)

网友评论