资源列表
[编译器/词法分析] simple-compiler
说明:简单编译器,能够识别关键字,计算简单表达式-Simple compiler, able to identify keywords, calculate simple expressions<kaixinjing07> 在 2025-06-18 上传 | 大小:172kb | 下载:0
[编译器/词法分析] VC6_memory
说明:简要介绍VC ++ 6.0编译器编译期存储器分配模型(内存布局),探讨不同性质变量在编译时编译器如何安排内存空间,在此基础上通过案例解释了一些与内存布局知识相关的问题。 www.200yi.com提供-Briefly introduce VC++ 6.0 compiler to compile a view to the distribution model of memory (memory layout), explore the different nature of the v<杨铸> 在 2025-06-18 上传 | 大小:160kb | 下载:1
[编译器/词法分析] LL(1)
说明:本代码实现语法分析的LL(1)分析法。 (2)、输入一个文法的所有产生式,由程序自动生成它的LL(1)预测分析表。 (3)、对于给定的输入串,能正确识别该串是否为给定文法的句型。 -The code analysis grammar LL (1) analysis. (2), enter a generative grammar of all, it is automatically generated by the procedures of the LL (1) predicti<李守龙> 在 2025-06-18 上传 | 大小:101kb | 下载:0
[编译器/词法分析] cifafenxiqi
说明:本软件是实现一个词法分析器,对一个已经存在的C++源文件进行分析打印出所有记号(如关键字、标识符、算术符号等等)。通过分析,我们可以得到所有的C++记号。-This software is the realization of a lexical analyzer, one that already exists on the C++ Source document analysis print out all the marks (such as keywords, identifiers,<qiumingzhou> 在 2025-06-18 上传 | 大小:279kb | 下载:0
[编译器/词法分析] LexicalAnalyzer
说明:一个简单的词法分析器,可完成对C语言代码的分析-A simple lexical analyzer, to be completed on the C language code analysis<张祺> 在 2025-06-18 上传 | 大小:7kb | 下载:0
[编译器/词法分析] gcc-2.7.2.3.tar
说明:GUN开源阻止下的编译器GCC,2.7.2.3版本-GUN stop under the open source compiler GCC, 2.7.2.3 version<fanjing.89@163.com> 在 2025-06-18 上传 | 大小:6.77mb | 下载:0
[编译器/词法分析] myjava
说明:我开发的一个用java语言实现的编译器,内含词法分析器,语法分析器,而且可以实现中间代码生成.用到了SLR算法和LR(1)算法-I developed a java language using the compiler, containing the lexical analyzer, syntax analyzer, and code generation can be achieved between. Used the SLR algorithm and LR (1) algorithm<陈想> 在 2025-06-18 上传 | 大小:66kb | 下载:0
[编译器/词法分析] yufa
说明:对已给语言文法,利用递归子程序法,编制语法分析程序,要求将错误信息输出到语法错误文件中,建立符号表和输出语法树。-Have been addressed to the language grammar, the use of recursive subroutine method, the preparation of grammar analysis program, requested that error message output to a syntax error document,<李梦> 在 2025-06-18 上传 | 大小:5kb | 下载:0