资源列表
lua-5.1.3.tar
- 动态lua语言源代码,学学这个代码对提供C语言的能力还是挺好的。
lua-5.1.3.tar
- Lua5.1.3脚本语言源代码,该语言在游戏中经常使用,可使游戏开发更灵活。-Lua scr ipting language source code. the language is frequently used in game development. It will make game development more flexible.
compiler
- This is the source for a C compiler that generates 386 or m68K code. Code generation is fairly good although the optimizer is a little naive... the code itself should be highly portable although there are some issues involved with porting from
another_compiler
- 花了很长时间找了这么多c语言的编译器,希望对大家做编译作业有帮助-spent a very long time to find so many c language compiler, we do want to help build operations
cocorc12.zip
- 一个C语言分析器
12cocorc
- C/C++词法语法分析程序-C/C morphology grammar analysis program
97129012cocorc
- 自己写的关于编译原理的实验报告的源代码,只要是词法和语法的分析用的,很适用的-Wrote it myself on the principle of the experiment report compiled source code, as long as it is lexical and syntax analysis, it is applicable
yufa
- 编译原理基础知识,实现语法分析的功能,通过c++实现-Compiler Construction Principles basics of parsing functions to achieve, through the c++ implementation
CCompilerSource
- This the source for a C compiler that generates 386 or m68K code. Code generation is fairly good although the optimizer is a little naive... the code itself should be highly portable although there are some issues involved with porting from MSD
Translate
- 编译原理实验,包含词法分析,语法分析(递归下降和LL1),语义分析-Compiler experiment, including lexical analysis, syntax analysis (recursive descent and LL1), semantic analysis
compiler
- 该语义分析器能实现编译器的前端,适用于自上而下的语法分析。在语法分析的同时加进语义动作,实现一遍处理,能提高对编译原理课程的理解-Semantic Analyzer to achieve the compiler front-end for top-down parsing. At the same time in the analysis of syntax into semantic actions to deal with the realization of it, the compil
