-
一个词法分析实验的源代码
一个词法分析实验的源代码- A lexical analysis experiment source code
- 2022-03-21 17:06:27下载
- 积分:1
-
用数据库存储输出的单词符号表、单词表,用LIST,RICHEDIT控件实现单击关联事件。...
用数据库存储输出的单词符号表、单词表,用LIST,RICHEDIT控件实现单击关联事件。-database storage using the word output symbol table, the word table with LIST, click RICHEDIT Controls Association events.
- 2022-03-24 11:52:34下载
- 积分:1
-
ll1的词法分析实现,没有短语分析,只是确定是不是LL1文法.
ll1的词法分析实现,没有短语分析,只是确定是不是LL1文法.-ll1 achieve the lexical analysis, no phrase, is not only determined LL1 grammar.
- 2022-03-11 02:02:20下载
- 积分:1
-
一个简单的编译器,里面有测试代码,希望对大家有用
一个简单的编译器,里面有测试代码,希望对大家有用-A simple compiler test code inside and hope for all of us
- 2022-09-23 17:30:03下载
- 积分:1
-
用java写的词法分析器,很不错的哦! 值得一看
用java写的词法分析器,很不错的哦! 值得一看-Accidence analyzer write in java .it is ok ,bear watching.
- 2022-03-01 07:29:55下载
- 积分:1
-
分词程序的源代码
分词程序的源代码-Word program"s source code
- 2022-01-22 12:08:00下载
- 积分:1
-
linked list that wrote in visual C
linked list that wrote in visual C-linked list that wrote in visual C++
- 2022-02-02 10:08:13下载
- 积分:1
-
由于时间紧迫及事先准备不足,编译器最后定型时暴露出不少问题及不足之处,主要有以下一些方面: 不支持数组数据类型,这是文法分析器设计时的一个疏漏,由于时间关系...
由于时间紧迫及事先准备不足,编译器最后定型时暴露出不少问题及不足之处,主要有以下一些方面: 不支持数组数据类型,这是文法分析器设计时的一个疏漏,由于时间关系,最后只得把扫描器中已做好的相关的数组部分删去。 对于float数据类型的支持,直到语义分析都是正常的,也能生成相应的汇编代码,但由于我们对8086/8088指令系统本身了解不足,这样的汇编代码将只能做到含义上完全忠实于源程序,但不能运行。 对于局部变量的支持,则于时间紧迫,所有的局部变量全被处理成静态变量。使递归函数不能得到正确的结果。 对于函数调用语句,不进行参数匹配检查,如果参数数量不对,也将能通过编译,但运行时将产生非法操作。 对&& !等逻辑操作在最后生成代码时处理比较粗燥,生成的代码在逻辑复杂时将不能保证运行正常。 接下来有一些,不能说是缺陷,但必须说明的问题: 对于main函数,没有参数表,通回类型也必须为void,但如果写上参数表及其他返回类型也能编译通过,生成代码时将简单地忽略,不影响最后的代码的运行。 对于while,for,if语句,其语句体不管是一句还是多句,必须都有{}围起来。这跟C语言中若是一句则可省略{}不同。-Due to the time constraints and lack of preparation in advance, the compiler finalized when exposed numerous problems and shortcomings, mainly in the following aspects : no support for array data type, which is grammar analyzer design of an omission, because of the time, the final could only have scanners do phase customs array deleted. For float data types of support until semantic analysis is normal, and can generate the corresponding assembly code, but because of our 808
- 2022-01-26 16:03:11下载
- 积分:1
-
广告编译器848块,应该是最后一个版本的补丁,广告已经停止了…
ads编译器的848补丁,应该是最后一版补丁,ads目前已停止更新-ads compiler 848 patch, should be the last version of patch, ads have stopped updating now
- 2022-05-06 09:00:31下载
- 积分:1
-
一个可以识别C语言中标识符,关健字,运算符和各种数字的词法分析器.用VC6.0编写的. 下面是主要代码...
一个可以识别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..
- 2022-06-12 11:47:53下载
- 积分:1