资源列表
LL1
- 自上而下语法分析器设计,为一个加、乘法(适当扩充可为四则)运算表达式的LL1预测语法分析器
lr
- 构造LR(1)分析程序,利用它进行语法分析,判断给出的符号串是否为该文法识别的句子,了解LR(K)分析方法是严格的从左向右扫描,和自底向上的语法分析方法。-tectonic LR (1) analysis procedure, and use it for syntax analysis, judgment, given the string of symbols to whether the sentence grammar recognition, understanding LR (K)
lua5_1_4_Examples
- 这个是脚本引擎lua的例程,这是一个嵌入式的袖珍引擎-This is a lua scr ipting engine of the routine, this is a pocket embedded engine
program4
- 根据所给文法的算术优先矩阵对算数表达式进行算符优先分析,显示过程结果并对错误表达式报错解释原因。
parse.tar.Z
- 一个基于C++的语法分析类,可以用来定制自己的编译器
parse.tar.Z 基于C++的语法分析类
- 一个基于C++的语法分析类,可以用来定制自己的编译器 ,A class based C++ syntactic analysis, it can be used to build you own compiler
cffxq
- 词法分析器,分析关键字,注释符号,专用符号,注释符号,非法字符等。
yufafenxisaomiaochenxu
- 了解语法分析器的内部工作原理,通过在本次实验中运用一定的编程技巧,掌握对表达式进行处理的一种方法。① 对输入文法,由程序自动构造FIRST FOLLOW集② 对输入文法,由程序自动生成它的LL(1)分析表;③ 对于给定的输入串,应能判断识别该串是否为给定文法的句型。
b
- Is a code for timer.
编译原理词法tc实现
- 在tc上实现的编译原理词法分析程序,直接在当前目录执行即可。-in achieving the compiler theory lexical analysis procedure directly in the current directory to be implemented.
4154
- PLL芯片ATF4154控制程序,单片机,51,调试通过了的,可以使用-ATF4154 chip PLL control procedures, single-chip, 51, has been endorsed by the debugger, you can use
lex_yacc_compiler
- about lex and yacc learning