资源列表
[编译器/词法分析] 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)<逍遥一心> 在 2024-11-20 上传 | 大小:160kb | 下载:0
[编译器/词法分析] cifasaomiaoqi
说明:设计一个词法扫描器。词法扫描器的功能是输入源程序,输出单词符号。写出关键字集合和程序流程图。例如源程序为C语言。输入如下一段: main() { int a,b a = 10 b = a + 20 } 输出如图: (2,”main”) (5,”(“) (5,”)“) (5,”{“) (1,”int”) (2,”a”) (5,”,”) (2,”b”)<覃曼丽> 在 2024-11-20 上传 | 大小:2kb | 下载:0
[编译器/词法分析] RemarkMarco
说明:源代码注释快捷脚本,可以方便的设置各种注释,比如函数注释,单行注释,类注释,文件注释,头注释等-The open source code edit comment,eg: function comment,class comment,c file comment,h file comment ....<brand> 在 2024-11-20 上传 | 大小:24kb | 下载:0
[编译器/词法分析] sampleEditor
说明:简单的JS在线编辑器,虽然是简单,但是也是容易扩充.-Simple JS online editor, though simple, but it is also easy to expand.<吴绍清> 在 2024-11-20 上传 | 大小:161kb | 下载:0
[编译器/词法分析] 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<> 在 2024-11-20 上传 | 大小:23kb | 下载:0
[编译器/词法分析] wordanalysis
说明:ANSI C词法分析器,编译原理课上的课程设计,每次按行读入源程序,这是不足之处~-word analysis<dihuoly> 在 2024-11-20 上传 | 大小:3kb | 下载:0