搜索资源列表
compile
- 大学课本的编译原理实验代码,全部自己实现,无错,包括词法分析、语法分析和解释执行三部分,第二和第三部分在run一个文件内,Gun C编译即可执行,而且有可供编译的示例程序,供大家学习。-school compile test code
cminus
- 简化C编译器的程序示例,该程序采取了最简单的实现方法,用lex&yacc工具的辅助,实现一个C编译器的框架,省略了中间代码生成部分和代码优化,直接生成汇编代码,实现了while语句、加法运算符等的翻译。-Simplified C compiler program example, the program has taken the simplest implementation, auxiliary lex & yacc tools to implement a C compiler f
MPLAB_C18_C
- 介绍MPLAB C18的使用,语法介绍、优化、示例程序等。-Introduction to the use of C18 MPLAB, syntax introduction, optimization, sample programs, etc.
flex
- 此程序是lex的示例,在linux环境编写,是基本的词法编辑器,适合学习编译的人使用。-This program is an example of lex in linux prepared environment is a basic lexical editor for study compiled people.