资源列表
shi
- 编译原理的课程设计 主要实现了词法分析器和 语法分析器-Compile the main principles of curriculum design to achieve a lexical analyzer and parser
opparser
- operator precedence parsing algorithm implementation.
lex
- lexical analyzer for mini language
CPPLexical-nalysis
- 用C#制作的C++词法分析器,可以完成对代码量不太长的分析。-Made in C# C++ lexical analyzer, the amount of code can be done not too long analysis.
Morphology
- 可以识别出用c++语言编写的源程序中的每个单词符号,并以记号的形式输出每个单词符号。 可以识别并读取源程序中的注释。 可以统计源程序中的标识符个数并输出。 检查原程序中存在的错误,并报告错误所在的行列位置。 发现原程序的错误后能进行适当的恢复,使程序继续运行。 用C/C++作为实现语言,编写词法分析程序。-Can be identified using c++ language source code symbols for each word, and to mark e
Parsing
- 语法分析程序的设计与实现 方法2:编写LL(1)语法分析程序,要求如下: (1)编程实现算法4.2,为给定文法自动构造预测分析表; (2)编程实现算法4.1,构造LL(1)预测分析程序。 2. 方法3:编写语法分析程序实现自底向上的分析,要求如下: 构造识别所有活前缀的DFA。 构造LR分析表。 编程实现算法4.3,构造LR分析程序。 -Parser design and implementation of Method 2: preparat
analyser
- 用于分析TS流格式文件的软件,主要分析TS码流流格式,分析二进制数据,码流截取等功能-analy TS stream
Hi-tech
- MPLAB C Compiler for dsPIC
bianyisheji
- 小型的程序,是编译原理的基础,有编译原理的设计小程序。-Some small program and is compiling principle of foundation, the design of the compiling principle small programs.
ccffx
- 编译原理词法分析,编译原理词法分析。编译原理词法分析-Compiler theory lexical analysis of compiler theory lexical analysis of lexical analysis of compiler theory
Yu-fa-fen-xi
- 编译原理的语法分析,两种方法分别实现:算符优先和递归下降-Compiler theory of syntax analysis, two methods to achieve: operator precedence and recursive descent
IF-ELSE_LR
- IF-else语句翻译 LR方法 三地址输出-IF-else translation, output three-address translation , LR method