资源列表
hc_compiler
- 由于时间紧迫及事先准备不足,编译器最后定型时暴露出不少问题及不足之处,主要有以下一些方面: 不支持数组数据类型,这是文法分析器设计时的一个疏漏,由于时间关系,最后只得把扫描器中已做好的相关的数组部分删去。 对于float数据类型的支持,直到语义分析都是正常的,也能生成相应的汇编代码,但由于我们对8086/8088指令系统本身了解不足,这样的汇编代码将只能做到含义上完全忠实于源程序,但不能运行。 对于局部变量的支持,则于时间紧迫,所有的局部变量全被处理成静态变量。使递归函数不能得到正确
studentGred
- Array function. Read data from the text file and generate the output. This program evaluate the gred for student mark.
2
- 编译原理语法分析的实现,对初学者很实用,通过输入字符串来实现语法分析的功能-Parsing compiler theory realization is very useful for beginners, through the input string parsing functions to achieve
bianyiyuanlikechengsheji
- DO-WHILE循环语句的翻译程序设计(LR方法、输出三地址表示)包含词法分析和语法分析过程的输出。-DO-WHILE loop design of the translation process (LR method, the output address of said three) contains lexical analysis and parsing the output of the process.
fi401
- hen NBBAFA DFA34F ADF DV DAF EW DFF AS-VERY NE AVADSDGFA FD FDAF EF A D FD A FASDFD AF D
javac
- GJC(Generic Java Compiler)编译器,sun公司发布的开源的工业级别的编译器。上传该开源代码,希望研究java编译器的同学提供帮助。-GJC (Generic Java Compiler) compiler, sun releases in the company's industrial revenue level of the compiler. Upload the revenue code, hope to find java compiler studen
plx
- 词法.语法编译器 to 汇编语言 附带一个测试程序 -morphology. Grammar compiler to compile a fringe language test procedures
expanded_pl0
- 对清华大学编译原理书后的pl/0编译程序进行以下扩展—— 不等号:<> 指针: & @ if - else for ++ -- += -= 数组 注释比较详细,都是我自己的理解。可能有不足和错误。希望和大家一起学习!-Tsinghua University, compiled the book on the principles of the pl/0 compiler the following expansion- unequal number: &l
pl0-expand-in-c-language
- 对编译器pl0代码进行扩展,具有if-else for,until ,注释功能。-the expendation of the simple complier of pl0, it does support if-else ,for,(**) funcyion ect.
Tiny_Compiler_5r
- 解释器Tiny Compiler(此为第五版)是用c++写的解释器,语法规则类似于C和matlab,支持数组和函数调用,并用mfc做了简单界面。 内附详细说明及例子程序。 第五版新增特性:计算器工具中添加了公式的“立体显示”。 第四版新增特性:添加了语法树的可视化显示。 官方日志:http://wantnon.spaces.live.com/blog/cns!22376C1C5B93C0AD!464.entry-The interpreter(name:Tiny Compiler
xiaoyang_80
- C430编译器的诊断信息大全,适合初学者自学。-C430 compiler diagnostics Daquan, suitable for beginners learning.
C转换为pas
- 将c语言代码转换为delphi