资源列表
MyDrawComplier
- 这是一个绘图语言的编译器,您可以输入ORIGIN IS (150,150) SCALE IS (300,300) ROT IS 0 FOR T FROM 0 TO 50*PI STEP PI/20 DRAW (COS(T),SIN(T)) -this is a drawing language complier ,youcanuse it easyly,of cource it has some bugs.
TMS320LF240X-Debugging-environment
- 介绍了TMS320LF240X的调试环境代码编译器CC,同时介绍 了调试一个程序的简单步骤-Describes the debugging code compiler environment CC of TMS320LF240X, also introduced the simple steps to debug a program
Test
- 编译java语言的 词法分析器 输出token表 符号表 显示错误-Lexical analyzer
pl0-compiler
- pl0编译器java版,有UI界面,除了基础功能外,还增加了支持大小写,支持!=,支持{},支持浮点运算-pl0 compiler
00
- 编译器,学习编译器的例子。在Linux下做的。-compiler, Learning compiler, example compiler. Done under Linux .
iar
- 采用iar环境编译程序,详细叙述了iar环境编译程序的过程-the program of the iar
a
- 编译原理的源代码,涉及了编译原理的过程:中间代码生成,中间代码优化(常表达式优化,公共表达式优化,循环不变式优化),中间代码生成目标代码,目标代码的解释执行-compiler source code, the compiler principles involved in various processes : code generation and code optimization (regular expression optimization, public expression opt
bianyiyuanli
- 编译原理是计算机专业的一门重要专业课,旨在介绍编译程序构造的一般原理和基本方法。内容包括语言和文法、词法分析、语法分析、语法制导翻译、中间代码生成、存储管理、代码优化和目标代码生成。 编译原理是计算机专业设置的一门重要的专业课程。-Compiling principle
GJC
- GJC编译器,sun公式内部的编译java1.4-GJC compiler, sun internal formula compiler java1.4
project-pl0
- 广东工业大学《编译原理》一个关于PL/0课内实验的文档-Guangdong university of the compiling principle "about a PL/0 inside class experiment documents
RESOURCE
- 广东工业大学《编译原理》课程设计关于扩充一个pl/0编译器-Guangdong university of the compiling principle "course design about expansion a pl/0 compiler
yacc
- 简单的语法分析。运用了词法分析的结果进行语法分析,基于LR(1)分析表-Syntax analysis