文件名称:pl0

  • 所属分类:
  • 编译器/词法分析
  • 资源属性:
  • [Windows] [Visual C] [源码]
  • 上传时间:
  • 2012-11-26
  • 文件大小:
  • 119kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • 潘**
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

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

本程序基于PL0源码,

完成以下内容:

(1)  增加单词:保留字 ELSE,REPEAT,UNTIL,RETURN

运算符 +=,-=,++,--

(2)  修改单词:不等号# 改为 <>

(3)  增加条件语句的ELSE子句

(4)  扩充赋值运算:+= 和 -=

(5)  扩充语句   REPEAT

    <语句序列>

      UNTIL <条件>

其中,<条件>是循环条件,即条件不成立时,重复执行循环体的< 语句序列>; 条件成立时,循环结束。

(6)  增加运算:++ 和 --。

(7)  增加类型:① 字符类型; 。

(8)  扩充函数:① 有返回值和返回语句;。

(9)  增加一维数组类型(增加指令)。



(10)  扩充for语句

for(<语句>{,<语句>} 条件 表达式)

<语句>

(11)  扩充赋值运算符*=和-=

(12)  增加可以识别单行注释”//”和多行注释”/********/”

(13)  增加编译器的可视化界面

(14)  增加显示出错代码及原因

-This program is based on the the PL0 source,

Complete the following:

(1) to increase the word: reserved word ELSE, REPEAT, UNTIL, RETURN

Operator+ =,- =,+,-

(2) modify the words: inequality# changed <>

(3) increase in the ELSE clause of conditional statement

(4) expand the assignment operator:+ = and- =

(5) expansion of the statements REPEAT

          <Sequence of statements

      UNTIL <condition>

Conditions which, <> is the loop condition, ie, when the condition does not hold, repeat the loop body <sequence of statements> conditions are true, the loop ends.

(6) increase in computing:++ and-.

(7) increase the types: (1) character type

(8) expansion function: ① the return value and return statement

(9) increase in one-dimensional array type (increase instruction).



(10) expansion of the for statement

for (<statement> {<statement>} conditions expression)

<Statement>

(11) to expand the assignment operator*
(系统自动生成,下载前可以参看下载内容)

下载文件列表

文件名大小更新时间
Pl0Compiler\InputDlg.cpp
...........\InputDlg.h
...........\PL0.cpp
...........\pl0.h
...........\Pl0Compiler.aps
...........\Pl0Compiler.clw
...........\Pl0Compiler.cpp
...........\Pl0Compiler.dsp
...........\Pl0Compiler.dsw
...........\Pl0Compiler.h
...........\Pl0Compiler.ncb
...........\Pl0Compiler.opt
...........\Pl0Compiler.plg
...........\Pl0Compiler.rc
...........\Pl0Compiler.sln
...........\Pl0Compiler.suo
...........\Pl0CompilerDlg.cpp
...........\Pl0CompilerDlg.h
...........\ReadMe.txt
...........\res\bitmap1.bmp
...........\...\Master.manifest
...........\...\Pl0Compiler.ico
...........\...\Pl0Compiler.rc2
...........\resource.h
...........\StdAfx.cpp
...........\StdAfx.h
...........\新建 文本文档.txt
测试用例及测试结果(生成4个文件)\Test for注释字符,数组\fa.tmp
...............................\........................\fa1.tmp
...............................\........................\fa2.tmp
...............................\........................\fas.tmp
...............................\........................\Test.PL0
...............................\.....if then else 和不等号\fa.tmp
...............................\..........................\fa1.tmp
...............................\..........................\fa2.tmp
...............................\..........................\fas.tmp
...............................\..........................\Test.PL0
...............................\....++--\fa.tmp
...............................\........\fa1.tmp
...............................\........\fa2.tmp
...............................\........\fas.tmp
...............................\........\Test ++--.PL0
...............................\.....= -= 乘= 除=\fa.tmp
...............................\.................\fa1.tmp
...............................\.................\fa2.tmp
...............................\.................\fas.tmp
...............................\.................\Test.PL0
Pl0Compiler\res
测试用例及测试结果(生成4个文件)\Test for注释字符,数组
...............................\Test if then else 和不等号
...............................\Test++--
...............................\Test+= -= 乘= 除=
Pl0Compiler
测试用例及测试结果(生成4个文件)

相关说明

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

相关评论

暂无评论内容.

发表评论

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

源码中国 www.ymcn.org