资源列表
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
LL1
- 实现编译原理中的LL1文法,可以对句子进行判定是否被接受。
cifa
- 编译原理中,实现词法分析的源程序,即可对一文件进行词法分析。
LL(1)
- LL(1)语法分析 预测分析表存放为产生式的编号,+1用于存放结束符,多+1用于存放#(-1)*
siyuanshi
- 输出四元式,采用递归算法 处理——第二步 乘除——第三 加减——最后 等号
baogao
- 编译原理 编译原理课程设计
pragma_detail
- pragma预处理指令详解,pragma指令对每个编译器给出了一个方法,
ll(1)
- 学编译原理时写的一个语法分析程序 ,很实用。望站长审核通过我的申请。谢谢。
plus
- 赋值语句的翻译的实验之一,算符优先的方法
20080817
- 清华大学编译原理的PL0源代码,C语言版的,希望对大家有所帮助
1
- 单词的词法分析程序设计
5
- 词法分析和赋值语句的翻译程序设计