文件名称:pl0back

介绍说明--下载内容均来自于网络,请自行研究使用

在本编译程序中,源语言为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 to use syntax analysis of the core, the compiler again scanning methods. Lexical analysis, and code generation as an independent for the subroutine call syntax analysis procedures. Grammatical analysis at the same time, provided the error reporting function. The source did not compile the wrong circumstances, Call category PCODE explain the interpretation and implementation of procedures generated P
(系统自动生成,下载前可以参看下载内容)

下载文件列表

源程序和测试用例

................\Debug

................\E01.COD

................\E01.PL0

................\PL0.PAS

................\PL01.bpr

................\PL01.cpp

................\PL01.dsk

................\PL01.exe

................\PL01.obj

................\PL01.res

................\PL01.tds

................\Unit1.cpp

................\Unit1.ddp

................\Unit1.dfm

................\Unit1.dsp

................\Unit1.dsw

................\Unit1.h

................\Unit1.ncb

................\Unit1.obj

................\Unit1.opt

编译原理设计报告.doc

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org