资源列表
LL(1)_syntax
- LL(1)语法分析程序 (1)对输入文法,它能判断是否为LL(1)文法,若是,则转(2);否则报错并终止; (2)输入已知文法,由程序自动生成它的LL(1)分析表; (3)对于给定的输入串,应能判断识别该串是否为给定文法的句型。 -LL (1) syntax analysis program (1) on the importation of grammar, it can determine whether to LL (1) grammar, and if so, in
Judge_LL(1)
- 本设计使用C语言实现了对简单方法描述的LL(1)文法的判定。该设计程序实现了:⑴分别求出每一产生式的右部的FIRST 集、每一个非终结符的FOLLOW集和每一产生式的SELECT集;⑵判定是否是LL(1)文法;⑶画出预测分析表;⑷对给定的符号串判定是否是文法中的句子,分析过程在屏幕上打印出来。 欢迎大家给程序提出富贵意见!-the design of the C language to describe a simple method of LL (1) grammar convicted.
linker&loader
- linker&loader的中文版,好书 -linker
gaoxing
- 用java语言实现的简单词法分析器 实现了界面操作-use simple language to achieve a lexical analyzer interface operation
interpreter
- flex&bison做的C语言编译器 文件写在word里, 列表为,内含详细注解(不过是日文,不过代码还是很好用) interpreter.h interpreter.iprg.c interpreter.tree.c interpreter.misc.c interpreter.y interpreter.l
nasm-0.98.39
- 32位汇编编译器nasm源代码,用c/asm混合编程,对于编写汇编编译器的爱好者来说是一个参考。-32 NASM compilation compiler source code, c / asm mixed programming, for the preparation of the compilation compiler lovers is a reference.
parserwithstack
- 编译作业,此法语法分析,并且模拟堆栈机,可以带if,while-compiler operations, the French and France analysis, and simulation stack machine, can take if, while
LL(1)wenfaa
- LL(1)文法的实现方法,有需要的可以-LL (1) grammar method, it is necessary to look at the
another_compiler
- 花了很长时间找了这么多c语言的编译器,希望对大家做编译作业有帮助-spent a very long time to find so many c language compiler, we do want to help build operations
a_c_compiler
- 又一个c语言的编译器,不需要密码直接解压-also a language compiler, not directly extracting passwords
small_c_compiler
- 一个小的c语言的编译程序源代码,不需要密码直接解压。-a small c language compiler source code, not directly extracting passwords.
expressioncompile
- 一个简单的表达式编译器,大家可以试一试.-a simple expression compiler, we can try.