资源列表
compiler
- C++编写的编译程序,包括词法分析,语法分析语义分析和中间代码生成。-Written in C++ compilers, including lexical analysis, syntax analysis semantic analysis and intermediate code generation.
lua-1.0.tar
- lua解释器早期1.0版本,希望想了解代码的人有所帮助-lua interpreter earlier 1.0 version, hope that those who would like to know the code help
2
- EXE文件反编译成C源代码的工具 ,可以将任何EXE文件反译成C源代码进行二次开发-Decompile EXE file into C source code tool
ByTY
- 编译原理及实践课后答案及部分代码,要的自己下-Compiler Construction Principles and Practice of after-school and part of the answer code
middle_code
- 编译原理中间代码生成的程序,仅仅实现了表达式到四元式的转换-Compiler theory intermediate code generation process, only to realize the expression of quaternion type of conversion
minic
- 输入简单的c语言程序,再通过编译器进行编译,可以得到编译的结果。与c语言的功能相近只是范围较小。还可以生成语法分析树,来看中间是怎么进行编译的。-Enter a simple c language program, and then compiled by the compiler, the results can be compiled. And c function of language is similar to a smaller range. Parse tree can also
LCCsourcecode
- 可变目标c编译器设计与实现的源代码,写的非常不错,可以参考一下,写个自己的编译器-Variable objective c compiler design and implementation source code, written in very good for reference, write your own compiler
LR1
- 大学课程编译原理实验程序,LR1算法实现语法分析-Experimental procedures compiler theory university courses, LR1 parsing algorithm
XMEGA_Self-programming
- Atmel xmega系列官方flash自编程应用参考代码,使用GCC编译器-official reference code of flash self-programming application based on Atmel xmega series , use the GCC compilerr
mmc_lib
- MMC library for avr codevision
SourceInsight-v4.0
- Source Insight是一个面向项目开发的程序编辑器和代码浏览器,它拥有内置的对C/C++, C#和Java等程序的分析。Source Insight能分析你的源代码并在你工作的同时动态维护它自己的符号数据库,并自动为你显示有用的上下文信息。-Source Insight is a project development-oriented program editor and code browser, it has built on the C/C++, C#, and Java pro
lr
- 给出该文法的属性文法,用LR分析法实现对赋值语句的翻译,给出翻译的逆波兰式结果。-Given the grammar attribute grammar, with the realization of LR analysis of the translation of assignment statements are given against the Polish translation of the results.