资源列表
[编译器/词法分析] CMM
说明:这个语法分析器用到的是自顶向下的递归调用的方法,根据Cminus语言的文法规则 的BNF范式编写递归调用的代码,parse方法是程序的入口,它调用的stmt_sequence完成整个语法分析工作,stmt_sequence背后是12个互相调用的方法,它本身也在语法分析的过程中被调用到。 每个方法在最后会返回一个构造好的节点DefaultMutableTreeNode节点t给调用它的方法,然后调用它的方法用这个返回的节点继续构造,最后语法分析完成后会返回一棵完全构造好了的树节点,然后将这个树节<文龙> 在 2025-06-14 上传 | 大小:138kb | 下载:0
[编译器/词法分析] firstlastvt
说明:FirstVT集和LastVT集生成算法模拟-FirstVT set and LastVT set generation algorithm simulation<zyf> 在 2025-06-14 上传 | 大小:138kb | 下载:0
[编译器/词法分析] Win32D
说明:A dialog box is created from a resources file, which is a file with the rc extension. The resource file contains all pertinent information about the dialog box. This means that, in this file, you must specify the size and location of the dialog box,<Rùa Naruto> 在 2025-06-14 上传 | 大小:138kb | 下载:0
[编译器/词法分析] CMMParserOfIss
说明:这是武大国软的解释器构造课程的词法分析器代码-This is Wutai Guo soft interpreter configuration program lexical analyzer codes<liu> 在 2025-06-14 上传 | 大小:138kb | 下载:0
[编译器/词法分析] PL0's Pcode
说明:PL0语言的Pcode中间代码生成,采用自顶向下方法(PL0's Pcode intermediate code generation)<AlvinZH> 在 2025-06-14 上传 | 大小:138kb | 下载:0