-
为开发一产品,苦于没有相关资料,采用机器上读取
为开发一产品,苦于没有相关资料,采用机器上读取-for the development of a product, there is no relevant information on the machines used to read
- 2023-02-27 08:00:04下载
- 积分: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
-
赋值语言翻译(C++)源代码+详细的课程设计报告
定义赋值语句;分析出翻译中要解决的问题;明确翻译错误的表达以及处理...
赋值语言翻译(C++)源代码+详细的课程设计报告
定义赋值语句;分析出翻译中要解决的问题;明确翻译错误的表达以及处理-Assignment language translation (C++) Source code report detailed the definition of curriculum design assignment analysis of translation problems to be solved clear expression of a translation error, as well as treatment
- 2023-04-26 15:30:03下载
- 积分:1
-
对pl0语言的词法分析程序,带分析工具flex。输入一个PL0源程序文件名,即可看到词法统计结果。...
对pl0语言的词法分析程序,带分析工具flex。输入一个PL0源程序文件名,即可看到词法统计结果。- To the pl0 language lexical analyaer, brings analysis tool
flex. Inputs a PL0 source program filename, namely as worthy of
looking at as morphology statistics result.
- 2022-03-10 02:04:59下载
- 积分:1
-
lr分析过程,编译原理课本上的例子
lr分析过程,编译原理课本上的例子-lr analysis, compiler theory textbook examples! ! !
- 2022-05-19 21:11:17下载
- 积分:1
-
在本编译程序中,源语言为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
-
有限自动机的运行,利用状态表和有限自动机的运行原理,识别一个输入串是否为一个有效的无符号定点实数。...
有限自动机的运行,利用状态表和有限自动机的运行原理,识别一个输入串是否为一个有效的无符号定点实数。-of the operation, the use of tables and limited state of the automatic machine operation principle, to identify whether an input string as a symbol of effective non-sentinel real.
- 2022-08-18 23:32:12下载
- 积分:1
-
lalr1编译器,网上找的,可以使用!是学习编译原理这门课程的好例子,大家下下来可以自己试一试...
lalr1编译器,网上找的,可以使用!是学习编译原理这门课程的好例子,大家下下来可以自己试一试-lalr1 compiler, for the Internet, you can use! Principle study compiled this course a good example, where you can down their test!
- 2022-03-09 17:31:03下载
- 积分:1
-
编译原理中的词法分析工具,还需自己创建一个文本.写入代码....
编译原理中的词法分析工具,还需自己创建一个文本.写入代码.-Compiler Construction Principles of lexical analysis tools needed to create a copy of their own. Write code.
- 2022-12-29 06:00:03下载
- 积分:1
-
编译的作业,对词法的分析分类以及发现错误,希望与大家交流,谢谢指教...
编译的作业,对词法的分析分类以及发现错误,希望与大家交流,谢谢指教-Task of Compiler Implementation,To analyse and find error of Lexical,wish to communication with you,thanks.
- 2022-02-03 02:13:05下载
- 积分:1