-
现将本人搜集常用的程序设计语言的词法和形式文法提供给大家。其中,词法是按LEX格式编辑,形式文法是按YACC格式书写,大家可直接用LEX和YACC工具编译生成各...
现将本人搜集常用的程序设计语言的词法和形式文法提供给大家。其中,词法是按LEX格式编辑,形式文法是按YACC格式书写,大家可直接用LEX和YACC工具编译生成各类程序设计语言的分析器。-commonly used programming language syntax and grammar forms to the public. Among them, morphology is based on LEX format editing, grammar form is written by YACC format, we can use the LEX and YACC tools various compiler generation programming language analyzer.
- 2022-02-03 05:00:36下载
- 积分:1
-
编译原理实验中的实验指导书,详细介绍了实验环境设置等,和详细源码...
编译原理实验中的实验指导书,详细介绍了实验环境设置等,和详细源码-Compilation Principle experiment experimental instructions, detailing the experimental environment settings and so on, and detailed source
- 2022-03-21 16:06:30下载
- 积分:1
-
LEX程序 用来生成词法分析器
LEX程序 用来生成词法分析器-LEX procedure uses for to produce the morphology analyzer
- 2023-07-16 11:55:03下载
- 积分: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
-
这是非常实用的程序。
这是非常实用的程序。- This is the extremely practical procedure.
- 2022-06-02 16:39:16下载
- 积分:1
-
a C language compiler source code, written in the Eastern foreigners, generating...
一个C语言编译器源代码,外国人写的东东,生成目标代码时需要有masm配合。-a C language compiler source code, written in the Eastern foreigners, generating object code when it can meet the need.
- 2023-03-13 21:30:04下载
- 积分:1
-
NEC 78F1166 make the line detector to measure the product line if there are prob...
NEC 78F1166做的线路检测仪来测量产品的线路是否有问题-NEC 78F1166 make the line detector to measure the product line if there are problems
- 2022-01-26 04:35:55下载
- 积分:1
-
这个程序为C++编写的词法分析器,能够简单的分析一段代码,供学习之用。...
这个程序为C++编写的词法分析器,能够简单的分析一段代码,供学习之用。-This procedure C++ Prepared lexical analyzer that can analyze a simple piece of code for learning purposes.
- 2022-02-02 00:09:32下载
- 积分:1
-
又一个Pascal 到C的转换器
又一个Pascal 到C的转换器 -Another Converter from Pascal to C
- 2022-01-24 15:09:03下载
- 积分:1
-
TurboC2.0汉化包 311K 英语不太好的朋友们可以试试看。不过需要先下载一个英文版的TurboC2.0,用汉化包覆盖。...
TurboC2.0汉化包 311K 英语不太好的朋友们可以试试看。不过需要先下载一个英文版的TurboC2.0,用汉化包覆盖。-TurboC2.0 sinicizing wraps the 311K English not too good
friends to be allowed to try to look. But needs first to download an
English version TurboC2.0, with sinicizing package of cover.
- 2022-08-24 08:50:42下载
- 积分:1