资源列表
suanfuyouxian
- 有算符优先方法实现语法分析,分析的是表达式文法。 E->T|E+T T->F|T*F F->i|(E)-Are the preferred method for achieving operator syntax analysis, the analysis is the expression grammar. E->T|E+T T->F|T*F F->i|(E)
c_basew
- 编译原理 PL0功能扩充 for c语言实现-Compiler Construction Principles PL0 function expansion for c language implementation
test
- 编译原理实验,要求做的词法分析器,功能很简单-cifafenxiqi
Python
- python source code descr iption
cifasaomiaoqi
- 设计一个词法扫描器。词法扫描器的功能是输入源程序,输出单词符号。写出关键字集合和程序流程图。例如源程序为C语言。输入如下一段: main() { int a,b a = 10 b = a + 20 } 输出如图: (2,”main”) (5,”(“) (5,”)“) (5,”{“) (1,”int”) (2,”a”) (5,”,”) (2,”b”) (5,” ”) (2,”a”) (4,”=”)
LR
- 一个slr(1)的 语法分析器 可以自行输入文法-1 slr (1) parser can enter your own grammar
RemarkMarco
- 源代码注释快捷脚本,可以方便的设置各种注释,比如函数注释,单行注释,类注释,文件注释,头注释等-The open source code edit comment,eg: function comment,class comment,c file comment,h file comment ....
fa-1.0.0.tar
- 一个不可多得的Z80为目标机的编译器源程序,是学习编译原理和进行实践的好资料 -A rare Z80 target machine compiler source, is to learn theory and practical experience to compile a good information
Win-TC
- Win—TC 安装软件,只需点击exe文件,便可执行-Win-TC install the software
wordanalysis
- ANSI C词法分析器,编译原理课上的课程设计,每次按行读入源程序,这是不足之处~-word analysis
Grammer
- 采用递归下降子程序书写的编译原理关于“PL0文法”的编译器,支持词法分析语法分析目标代码生成-grammar
spLb2
- Easy Compiler(moule of lexical analys) and short code parser