-
在本编译程序中,源语言为PL/0语言,目标语言为假想栈式计算机的汇编语言.PL/0语言是Pascal语言的一个子集,PL/0的编译程序包括了对PL/0语言源程序...
在本编译程序中,源语言为PL/0语言,目标语言为假想栈式计算机的汇编语言.PL/0语言是Pascal语言的一个子集,PL/0的编译程序包括了对PL/0语言源程序进行分析处理、编译生成类PCODE代码,并在虚拟机上解释运行生成的类PCODE代码的功能。
PL/0语言编译程序采用以语法分析为核心、一遍扫描的编译方法。词法分析和代码生成作为独立的子程序供语法分析程序调用。语法分析的同时,提供了出错报告功能。在源程序没有错误编译通过的情况下,调用类PCODE解释程序解释执行生成的类PCODE代码。
该软件为PL/0语言编译程序,所实现的扩充功能如下:
1.增加单词:保留字 ELSE,FOR,TO, DOWNTO
2.增加运算 +=,-=,++,--
3.不等号# 改为
4.增加条件语句的ELSE子句
5.扩充语句:
①FOR := TO DO
②FOR := DOWNTO DO
其中,语句①的循环变量的步长为1,
语句②的循环变量的步长为-1。
概述
源文件: *.plo
目标文件: *.COD
实现平台:C++ Builder6.0
-the compiler, the source language of PL/0 language, target language of the imaginary stack of computer assembly language. PL/0 language Pascal language is a subset of, PL/0 compilers including the right PL/0 language source analysis, category PCODE compiler code generation and the virtual machine running on to explain the formation PCODE category code functions. PL/0 language compiler
- 2022-07-12 21:52:18下载
- 积分:1
-
environment : windows98/2000/xp, Visula 6.0 C compiler through. Graduation topic...
环境:windows98/2000/xp,Visula C++6.0下编译通过.毕业设计的题目,基本上按照编译原理的步骤实现的,有词法分析,检查,表成式生成等,我想大家应该都会喜欢的!-environment : windows98/2000/xp, Visula 6.0 C compiler through. Graduation topic, basically compiled in accordance with the principle of the steps, lexical analysis, inspection, as table-generation, I think we will be like!
- 2022-01-30 14:41:37下载
- 积分:1
-
自己编的一个小程序,供大家参考,有不足之处请提意见。
自己编的一个小程序,供大家参考,有不足之处请提意见。-A small program is writed by myself,supply with you,please give me opinion.
- 2022-03-03 08:45:28下载
- 积分:1
-
a fat, do not know well, or how, welcomed the guidance.
发一次,不知道不好,还是怎么了,欢迎指导。-a fat, do not know well, or how, welcomed the guidance.
- 2022-03-07 18:35:59下载
- 积分:1
-
编译原理实验 完整的
编译原理实验 完整的-compiler integrity of the principle experiment
- 2023-05-19 19:25:03下载
- 积分:1
-
The Lua code will be embedded in a presentation to their own method of procedure
本代码演示了将Lua嵌入到自己程序中的方法
-The Lua code will be embedded in a presentation to their own method of procedure
- 2022-04-14 11:34:49下载
- 积分:1
-
请认真阅读您的文件包然后写出其具体
请认真阅读您的文件包然后写出其具体 -Please read them carefully and then your package, please write the specific documents that you carefully read the package and then write the specific
- 2022-11-02 10:05:03下载
- 积分:1
-
一个好东东,大家狂下哈!编译原理的,
一个好东东,大家狂下哈!编译原理的,- Good east east under, everybody is crazy breathes out!
Translation principle,
- 2022-01-27 18:43:18下载
- 积分:1
-
本程序包括详细的词法分析,语法分析,语义分析和中间代码生成,写得很不错,可读性很强。是关于循环语句的翻译...
本程序包括详细的词法分析,语法分析,语义分析和中间代码生成,写得很不错,可读性很强。是关于循环语句的翻译-this procedure include a detailed analysis of the morphology, syntax, semantic analysis and intermediate code generation, very good, very readable. On the loop is the translation
- 2022-05-13 15:26:00下载
- 积分:1
-
编译原理课程报告
编译原理课程报告-report compiled Principle
- 2023-02-13 02:25:03下载
- 积分:1