资源列表
pacal词法分析
- 该程序是在C下的对TP的简单的词法分析,利用该程序可以分析简单的程序,别的也没有了,就是这些了-the program is the C of the right TP simple lexical analysis, using the program can analyze a simple procedure, nor the other, which is a
计算机
- 这些是我从一些网站上下载的一些有关词法分析的程序,仅供参考.-These are some sites I download some of the lexical analysis procedures, for reference purposes only.
一个很不错的词法分析器
- 很不错,已经过调试,是一个经典的词法分析器源代码,值得-very good, it has been testing, is a classic lexical analyzer source code, it is worth a look at
编译原理上机题
- 这是我们的一个上机题,做词法分析和语法的,希望对大家的学习有所帮助 -This is a plane that, do lexical analysis and syntax, we hope to help the learning
bianyichengxuzuoyecifafenxi
- 这里是一个编译原理的实验,是关于词法分析的.程序比较长300多行,是我一天的心血,大家耐心看吗!我在这里谢谢了!-here is a compiler principle experiments on lexical analysis. Procedures more than 300 long trip, I was one of hard work and patience to see you! Here, I thank you!
c++分析
- 一个编译原理程序,一个语法分析器。可以在c++上平台上实现。-a compiler principles procedures, a parser. C can achieve on the platform.
kkkkk
- 一个词法分析器,可以实验词法分析的所有功能,在c环境下运行。-A morphology analyzer, may test the lexical analysis all functions, moves under the c environment.
cifafenxiqi
- 刚学了编译原理,作了一个词法分析器,花了很长时间,大家给看看啊!-just learning the compiler theory, made a lexical analyzer, for a very long time, we look to ah!
简易C语言词法分析程序
- 这是一个的编译器,是编译原理课程设计的一个很好的内容-This is a compiler, compiler theory of curriculum design a very good content
基于C++开发的LL1
- 基于从C++开发的一个LL1文法分析器,内付源码,源码中还有一定的注释-from C-based development of a LL1 grammar analyzer, which paid source, there still is a certain source of the Notes
S语言说明
- 附录A S语言说明 A.1 字符集的定义 3数据类型定义-language A. A definition of the character set of data type definition
C_minus语言说明
- C_minus语言的BNF语法定义 程序由声明的列表(或序列)组成,声明可以是函数或变量声明,顺序是任意的。至少必须有一个声明。接下来是语义限制(这些在C中不会出现)。所有的变量和函数在使用前必须声明(这避免了向后backpatching引用)。程序中最后的声明必须是一个函数声明,名字为main。注意,C-缺乏原型,因此声明和定义之间没有区别(像C一样)。-C_minus BNF language syntax definition of procedures from the list of