lexical syntactic analyzer:使用JFlex和JCup的词法和句法分析器 源码
词法和句法分析器 存储库的链接: : 用法 在运行该应用程序之前,您必须注释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 } 生成类后,您可以取消注释该行。
下载地址
用户评论