实现基本功能的编译原理实训

上传者: liulalala_ | 上传时间: 2022-06-23 21:56:51 | 文件大小: 108KB | 文件类型: RAR
实现了词法分析语法分析和语义分析,翻译声明语句,赋值语句,if,switch-case,while,do-while,for,没有实现数组,很基本的一个miniC编译器。

文件下载

资源详情

[{"title":"( 71 个子文件 108KB ) 实现基本功能的编译原理实训","children":[{"title":"complier_miniC","children":[{"title":"Symboltable.txt <span style='color:#111;'> 135B </span>","children":null,"spread":false},{"title":"bin","children":[{"title":"嵌套.c <span style='color:#111;'> 168B </span>","children":null,"spread":false},{"title":"重复定义.c <span style='color:#111;'> 49B </span>","children":null,"spread":false},{"title":"while.c <span style='color:#111;'> 159B </span>","children":null,"spread":false},{"title":"if-else.c <span style='color:#111;'> 146B </span>","children":null,"spread":false},{"title":"do_while.c <span style='color:#111;'> 90B </span>","children":null,"spread":false},{"title":"for.c <span style='color:#111;'> 197B </span>","children":null,"spread":false},{"title":"变量未定义.c <span style='color:#111;'> 37B </span>","children":null,"spread":false},{"title":"util","children":[{"title":"Word.class <span style='color:#111;'> 1.13KB </span>","children":null,"spread":false},{"title":"MyNode.class <span style='color:#111;'> 1.70KB </span>","children":null,"spread":false},{"title":"NodeList.class <span style='color:#111;'> 1.66KB </span>","children":null,"spread":false},{"title":"Record.class <span style='color:#111;'> 887B </span>","children":null,"spread":false},{"title":"Sys.class <span style='color:#111;'> 1.88KB </span>","children":null,"spread":false},{"title":"SysList.class <span style='color:#111;'> 1.76KB </span>","children":null,"spread":false}],"spread":true},{"title":"Gui_show","children":[{"title":"frame_show$2.class <span style='color:#111;'> 1.70KB </span>","children":null,"spread":false},{"title":"frame_show.class <span style='color:#111;'> 2.81KB </span>","children":null,"spread":false},{"title":"frame_show$6.class <span style='color:#111;'> 1.70KB </span>","children":null,"spread":false},{"title":"frame_show$5.class <span style='color:#111;'> 1.70KB </span>","children":null,"spread":false},{"title":"frame_show$1.class <span style='color:#111;'> 2.09KB </span>","children":null,"spread":false},{"title":"frame_show$3.class <span style='color:#111;'> 1.70KB </span>","children":null,"spread":false},{"title":"frame_show$4.class <span style='color:#111;'> 1.70KB </span>","children":null,"spread":false}],"spread":true},{"title":"switch-case.c <span style='color:#111;'> 195B </span>","children":null,"spread":false},{"title":"parser","children":[{"title":"ParseException.class <span style='color:#111;'> 3.55KB </span>","children":null,"spread":false},{"title":"Token.class <span style='color:#111;'> 1.15KB </span>","children":null,"spread":false},{"title":"MyNewGrammarTokenManager.class <span style='color:#111;'> 14.33KB </span>","children":null,"spread":false},{"title":"Node.class <span style='color:#111;'> 339B </span>","children":null,"spread":false},{"title":"MyNewGrammarTreeConstants.class <span style='color:#111;'> 1.41KB </span>","children":null,"spread":false},{"title":"MyNewGrammar.jjt <span style='color:#111;'> 24.58KB </span>","children":null,"spread":false},{"title":"MyNewGrammar.class <span style='color:#111;'> 30.03KB </span>","children":null,"spread":false},{"title":"SimpleNode.class <span style='color:#111;'> 3.19KB </span>","children":null,"spread":false},{"title":"MyNewGrammar.jj <span style='color:#111;'> 43.03KB </span>","children":null,"spread":false},{"title":"MyNewGrammarConstants.class <span style='color:#111;'> 3.48KB </span>","children":null,"spread":false},{"title":"JJTMyNewGrammarState.class <span style='color:#111;'> 2.61KB </span>","children":null,"spread":false},{"title":"TokenMgrError.class <span style='color:#111;'> 2.76KB </span>","children":null,"spread":false},{"title":"SimpleCharStream.class <span style='color:#111;'> 8.13KB </span>","children":null,"spread":false}],"spread":false}],"spread":false},{"title":"error.txt <span style='color:#111;'> 49B </span>","children":null,"spread":false},{"title":"Systable.txt <span style='color:#111;'> 23B </span>","children":null,"spread":false},{"title":"WordAnalysis.txt <span style='color:#111;'> 352B </span>","children":null,"spread":false},{"title":".settings","children":[{"title":"sf.eclipse.javacc.prefs <span style='color:#111;'> 288B </span>","children":null,"spread":false},{"title":"org.eclipse.jdt.core.prefs <span style='color:#111;'> 598B </span>","children":null,"spread":false}],"spread":true},{"title":"src","children":[{"title":"util","children":[{"title":"Sys.java <span style='color:#111;'> 1.09KB </span>","children":null,"spread":false},{"title":"SysList.java <span style='color:#111;'> 987B </span>","children":null,"spread":false},{"title":"NodeList.java <span style='color:#111;'> 826B </span>","children":null,"spread":false},{"title":"MyNode.java <span style='color:#111;'> 1.05KB </span>","children":null,"spread":false},{"title":"Record.java <span style='color:#111;'> 543B </span>","children":null,"spread":false},{"title":"Word.java <span style='color:#111;'> 537B </span>","children":null,"spread":false}],"spread":true},{"title":"Gui_show","children":[{"title":"frame_show.java <span style='color:#111;'> 6.62KB </span>","children":null,"spread":false}],"spread":true},{"title":"parser","children":[{"title":"SimpleNode.java <span style='color:#111;'> 2.73KB </span>","children":null,"spread":false},{"title":"SimpleCharStream.java <span style='color:#111;'> 11.87KB </span>","children":null,"spread":false},{"title":"Node.java <span style='color:#111;'> 1.30KB </span>","children":null,"spread":false},{"title":"ParseException.java <span style='color:#111;'> 6.20KB </span>","children":null,"spread":false},{"title":"MyNewGrammarTokenManager.java <span style='color:#111;'> 28.29KB </span>","children":null,"spread":false},{"title":"TokenMgrError.java <span style='color:#111;'> 4.46KB </span>","children":null,"spread":false},{"title":"MyNewGrammar.jjt <span style='color:#111;'> 24.58KB </span>","children":null,"spread":false},{"title":"Token.java <span style='color:#111;'> 4.10KB </span>","children":null,"spread":false},{"title":"JJTMyNewGrammarState.java <span style='color:#111;'> 3.29KB </span>","children":null,"spread":false},{"title":"MyNewGrammar.jj <span style='color:#111;'> 43.03KB </span>","children":null,"spread":false},{"title":"MyNewGrammarConstants.java <span style='color:#111;'> 4.42KB </span>","children":null,"spread":false},{"title":"MyNewGrammar.java <span style='color:#111;'> 48.92KB </span>","children":null,"spread":false},{"title":"MyNewGrammarTreeConstants.java <span style='color:#111;'> 1.18KB </span>","children":null,"spread":false}],"spread":false}],"spread":true},{"title":".project <span style='color:#111;'> 573B </span>","children":null,"spread":false},{"title":"code_src","children":[{"title":"嵌套.c <span style='color:#111;'> 168B </span>","children":null,"spread":false},{"title":"重复定义.c <span style='color:#111;'> 49B </span>","children":null,"spread":false},{"title":"while.c <span style='color:#111;'> 159B </span>","children":null,"spread":false},{"title":"if-else.c <span style='color:#111;'> 146B </span>","children":null,"spread":false},{"title":"do_while.c <span style='color:#111;'> 90B </span>","children":null,"spread":false},{"title":"for.c <span style='color:#111;'> 197B </span>","children":null,"spread":false},{"title":"变量未定义.c <span style='color:#111;'> 37B </span>","children":null,"spread":false},{"title":"switch-case.c <span style='color:#111;'> 195B </span>","children":null,"spread":false}],"spread":true},{"title":".classpath <span style='color:#111;'> 348B </span>","children":null,"spread":false},{"title":"Grammertree.txt <span style='color:#111;'> 219B </span>","children":null,"spread":false}],"spread":false}],"spread":true}]

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明