资源列表
简单pacal编译器实现
- 简单pacal编译器实现词法分析,实现非常好
sy1_C_sharp
- c#实现词法分析 只是实现简单的对类pascal的分析
c++cffxq
- 一个可以识别C语言中标识符,关健字,运算符和各种数字的词法分析器.用VC6.0编写的. 下面是主要代码- May distinguish in the C language the identifier, Guan Jianzi, the operator and each kind of digital morphology analyzer Compiles with VC6.0 Under is the main code..
MyPL0
- 简单的PL/0编译程序及其扩展,递归下降方式设计其编译程序,生成PL/0栈式指令代码,然后解释执行。-A simple PL/0 compiler and its extension, recursive-descent approach in designing its compiler to generate PL/0 stack-type instruction code, and then interpreted.
huffman2.rar
- 根据哈夫曼算法进行建树,并根据输入的数据,进行哈夫曼编码。
bianyi
- 老师给的编译中词法分析器代码,颇有启发意义。值得-just for reading
cifafenxi
- 指针、数组、字符串编程实例 ——词法分析程序-Pointer, array, string programming examples- lexical analysis program
zj
- 语法分析 能够实现各种功能 编译原理的语法分析-yufafenxi bianyiyuanlideyufafenxi
LEXYY
- LEX程序 用来生成词法分析器-LEX procedure uses for to produce the morphology analyzer
C++
- 词法分析是编译程序的第一个处理阶段,可以通过两种途径来构造词法分析程序。其一是根据对语言中各类单词的某种描述或定义(如BNF),用手工的方式构造词法分析程序。例如,可根据文法或状态转换图构造相应的状态矩阵,该状态矩阵同控制程序便组成了编译程序的词法分析程序;-Lexical analysis is a compiler of the first processing stage, can be two ways to construct the lexical analysis process.
binaryoperatoroverloading
- binary operator overloading in c-binary operator overloading in c++