-
由于时间紧迫及事先准备不足,编译器最后定型时暴露出不少问题及不足之处,主要有以下一些方面: 不支持数组数据类型,这是文法分析器设计时的一个疏漏,由于时间关系...
由于时间紧迫及事先准备不足,编译器最后定型时暴露出不少问题及不足之处,主要有以下一些方面: 不支持数组数据类型,这是文法分析器设计时的一个疏漏,由于时间关系,最后只得把扫描器中已做好的相关的数组部分删去。 对于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
-
c语言写的VB编译器
c语言写的VB编译器-c write VB language compiler
- 2022-03-24 00:32:57下载
- 积分:1
-
of the document infile outfile read into output documents, infile outfile to com...
通过对文档infile的读入 输出outfile的文件,outfile将infile中的编译语句分类组织-of the document infile outfile read into output documents, infile outfile to compile the statement classification
- 2022-01-26 02:24:03下载
- 积分:1
-
compiler theory word recognition
编译原理单词识别-compiler theory word recognition
- 2022-02-06 05:32:45下载
- 积分:1
-
解法:对原文法消除左递归,根据消除左递归后的等价文法建立语法树,而后对此语法树 进行后根遍历,即可得到后缀式....
解法:对原文法消除左递归,根据消除左递归后的等价文法建立语法树,而后对此语法树 进行后根遍历,即可得到后缀式.- Solution: Eliminates the left recursion to the original
grammar, after equal in value grammar establishment grammar tree which
eliminates the left recursion, after but the grammar tree carries on
the root to spread the calendar regarding this, after then obtains
decorates the type
- 2022-01-22 17:47:18下载
- 积分:1
-
C编译器,在VC6.0环境下开发,是C的一个简单编译器,但可以运行任何C程序,可以函数嵌套...
C编译器,在VC6.0环境下开发,是C的一个简单编译器,但可以运行任何C程序,可以函数嵌套-C compiler, the environment VC6.0 development is a simple C compiler, But can run any C program can be nested function
- 2022-03-22 00:15:12下载
- 积分:1
-
计算机器程序~ 附带词法分析~
计算机器程序~ 附带词法分析~- Computation machine program ~ supplementary lexical analysis
~
- 2022-01-24 17:09:53下载
- 积分:1
-
A java compiler, function very entire
一个java编译器,功能很全的- A java compiler, function very entire
- 2022-02-15 16:52:46下载
- 积分:1
-
mpeg4 encoding technology of a major technology, including motion estimation and...
编码技术mpeg4的一项重要技术,其中包括运动估计运动补偿及纹理编码-mpeg4 encoding technology of a major technology, including motion estimation and motion compensation coding texture
- 2022-04-17 19:47:12下载
- 积分:1
-
这是一个用C++编写的编译原理的词法分析程序,希望对各位学习编译的同学有一定帮助...
这是一个用C++编写的编译原理的词法分析程序,希望对各位学习编译的同学有一定帮助-This is a C compiler prepared by the tenets of lexical analysis procedure, and I hope to learn from you and the compiler will definitely help students
- 2022-08-20 11:31:33下载
- 积分:1