-
GNew
编译原理——语法分析器。实现读入语句并判断该语句的语法含义,生成相应的类汇编代码(Compiler Construction Principles- parser. Read into the statement to achieve and determine the meaning of the statement syntax to generate the corresponding assembly code class)
- 2009-11-18 14:22:59下载
- 积分:1
-
PL0
PL0词法分析,有源代码和word说明。源代码较为详细,注释较多!(PL0 lexical analysis, source code and the word description. More detailed source code, comments, more!)
- 2011-05-26 23:23:24下载
- 积分:1
-
SNLC
本程序是使用C语言实现SLN语言的编译器功能,包括词法分析,语法分析,语义分析以及优化生成功能。(SLN language compiler features implemented in C)
- 2021-03-24 09:49:14下载
- 积分:1
-
test2
编译原理的实验,是一个词法分析工具,采用下降递归法实现的(Compiler theory of the experiment, a lexical analysis tool, implemented using recursion down)
- 2011-06-10 21:14:57下载
- 积分:1
-
SVPWM
空间矢量控制的仿真,用于逆变器控制。与传统控制方法不同。(space vector control)
- 2018-06-27 16:11:40下载
- 积分:1
-
lex
词法分析器又称扫描器。词法分析是指将我们编写的文本代码流解析为一个一个的记号,分析得到的记号以供后续语法分析使用。词法分析器的工作是低级别的分析:将字符或者字符序列转化成记号。(Lexical analyzer, also known as scanners. Lexical analysis refers to the text of the code we write flow analysis for a token one, analyze the resulting syntax notation for subsequent analysis. Lexical analyzer' s job is low-level analysis: the character or sequence of characters converted into tokens.)
- 2015-03-22 23:19:56下载
- 积分:1
-
pl0词法分析程序
由C++写的词法分析程序,适合PL0语言,基本完成;其中含有出错处理,使用了有限状态机,有限状态机保存在一张表格中;PL0语言为Pascal的一个子集;
- 2022-10-22 09:35:04下载
- 积分:1
-
00101
非常简单的词法分析程序,还有很多不足之处(Very simple lexical analysis procedures, there are many inadequacies)
- 2016-02-13 21:42:50下载
- 积分:1
-
编译原理 词法分析 利用javacc实现
编译原理 词法分析使用以上的类, 编制一个读单词过程,从输入的源程序中,识别出各个
具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。
并依次输出各个单词的内部编码及单词符号自身值
- 2022-03-24 07:20:37下载
- 积分:1
-
用c语言写的词法分析器
用c语言写的词法分析器,开始不能读取注释,后来改了一下。里面没有用状态,也没有用DFA来进行推导。其实本质上就是一个慢慢读取字符的过程,而且另外用指针数组表示了一些关键字,还适当添加了一些循环以保证不是单个字符的情况。比如“>=、/*”这些就需要在从字符串读取出来之后暂时保留,因为无法确定他们是一个还是多个符号所构成的。
- 2022-09-21 05:05:03下载
- 积分:1