资源列表
[编译器/词法分析] Tiny C Complier-0.9.20.tar
说明:一个GNU的C语言编译器源代码,源代码过万行.- A GNU C language compiler source code, source code ten thousand lines<吕进华> 在 2008-10-13 上传 | 大小:194.72kb | 下载:0
[编译器/词法分析] 20356875545
说明:递归子程序法:对应每个非终结符语法单元编一个独立的处理过程(或子程序)。语法分析从读入第一个单词开始,由非终结符<程序>(即开始符)出发,沿语法描述图箭头所指出的方向进行分析。当-Recursive Subroutine law: at the end of the corresponding syntax for each non-unit provision of an independent process (or s<xieli123> 在 2024-11-18 上传 | 大小:194kb | 下载:0
[编译器/词法分析] Lexicalanalyzer
说明:这是个一个词法分析器,我学编译原理做的一个课程设计-This is a lexical analyzer, the principle I have learned to do to compile a curriculum design<jiangjingjing> 在 2024-11-18 上传 | 大小:194kb | 下载:0
[编译器/词法分析] simple23456
说明:用C++语言编写一个简单语言的编译器 能实现词法分析,语法分析,语义分析 四元式输出-C++ language using a simple language, the compiler can achieve lexical analysis, syntax analysis, semantic analysis quaternary-output<huangkai> 在 2024-11-18 上传 | 大小:194kb | 下载:2
[编译器/词法分析] Design-of-operator-precedence
说明:算符优先分析器设计 给定定义算术表达式的算符优先文法如下: G[E]: (1)E->E+T (2)E->E-T (3) E->T (4)T->T*F (5)T->T/F (6)T->F (7)F->P^F (8)F->P (9)P->(E) (10)P->i 编程实现此文法的算法优先分析器,并设输入的文法的句<浮云> 在 2024-11-18 上传 | 大小:194kb | 下载:0
[编译器/词法分析] simplePython
说明:简单版python解释器,仅支持for,if,while等简单语句-Simple version of the python interpreter, supports only for, if, while other simple statement<Lucas> 在 2024-11-18 上传 | 大小:195kb | 下载:0