资源列表
bianyiyuanli
- 一个词法分析器,自已作能用的。要在VC6.0以上的版本上才能用。-A lexical analyzer for use of their own. In VC6.0 or later can be used.
baogao
- 词法分析,语法分析,有源码和运行结果及报告-Lexical analysis, syntax analysis, there is source code and run the results and reports
cifafenxi
- 一个简单的词法分析器 一个简单的词法分析器-A simple lexical analyzer a simple lexical analyzer
gmcs.exe
- CMM语法的语法自动构造生成工具-CMM grammar syntax structure generation tool automatically
FlwParser
- flwscr ipt解析器,将flwscr ipt流程解析出相应的结构体。-flwscr ipt resolver will resolve flwscr ipt processes corresponding structure.
FlwComplier_use_flexbison
- 使用flex和bison,开发的flwscr ipt流程脚本编译程序。将类似C的语法转换成一种类似汇编语言。-The use of flex and bison, the development of the scr ipt compiler flwscr ipt process. Syntax similar to C will be converted into a similar assembly language.
compileflash
- 编译原理中几乎所有文法和算法的Flash演示,如果你正在学习编译原理,绝对不能错过。在我学习编译原理时候这些演示对我有很大的帮助。吐血推荐了-Compiler Construction Principles in almost all the grammar and algorithms Flash demo, if you are learning to compile principle, absolutely can not miss. Compiler Construction Prin
CTFHB
- 符号表查询,可输入字幕、运算符等数据,出现相同的数据会有错误提示,“#”代表输入结束,自动打印出所有数据。-Symbol table query, enter the title, operator, such as data, data will appear the same error message,
progs
- lex&yacc第二版源码(修正了按书直接下载的源码有些不能运行的错误)-lex
vc++experience
- 识别器,编译原理的,实验一加实验二,句柄-Identifier, the compiler principles, laboratory experiments one plus II Handle
ll(1)YUFAPANDUAN
- 学编译原理时写的一个语法分析程序 分类:C/C++技术交流 一.[目的要求] ① 对输入文法,由程序自动构造FIRST FOLLOW集 ② 对输入文法,由程序自动生成它的LL(1)分析表; ③ 对于给定的输入串,应能判断识别该串是否为给定文法的句型。 二.[题目分析] 该程序可分为如下几步: (1)读入文法 (2)判断正误 (3)若无误,判断是否为LL(1)文法 (4)若是,构造分析表; (5)由总控算法判断输入符
LL(1)Analysis
- 大学时的编译大作业,是对LL(1)语法的分析过程,会产生first集,follow集和预测分析表!-University at the time of compiling large operations, is a LL (1) syntax analysis process, will have first set, follow sets and predictive analysis table!