1. 首页
  2. 数据库
  3. 其它
  4. lexical syntactic analyzer:使用JFlex和JCup的词法和句法分析器 源码

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

上传者: 2021-04-28 02:23:38上传 ZIP文件 195.3KB 热度 11次
词法和句法分析器 存储库的链接: : 用法 在运行该应用程序之前,您必须注释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 } 生成类后,您可以取消注释该行。
用户评论