文件名称:PL0
-
所属分类:
- 标签属性:
- 上传时间:2014-01-03
-
文件大小:643.03kb
-
已下载:1次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
pl0拓展文法的编译器,包含实验报告、源码和测试程序。对PL0原编译器进行了以下的扩充:1. 增加以下保留字
else(elsesym), for(forsym),to(tosym),downto(downtosym),
return(returnsym),[(lmparen),](rmparen)
2. 增加了以下的运算符:
+=(eplus),-=(eminus),++(dplus),--(dminus)
取址运算符&(radsym),指向运算符@(padsym)
3. 修改单词:修改不等号#为<>
4. 扩充语句:
(1)增加了else子句
(2)增加了for语句
5. 增加运算:
(1).++运算
(2).--运算;
(3).+=运算;
(4).-=运算;
(5).&取址运算;
(6).@指向运算;
6. 增加类型:
(1).增加多维数组a[i1][i2][i3]……[i(n-1)][i(n-2)][in]
(2).增加指针类型(任何变量都能存放指针,但不支持指针的指针,
如b:=@@a应该改写为c:=@a,b:=@c)
7. 将过程procedure扩展为函数:
(1).允许定义过程时在其后加参数(var a, var b,……..,var n)
(2)允许通过指针向函数形式参数传地址;
(3)允许返回值;可以用 a:=p(a,b,c….,n) 返回
-pl0 expand grammar compiler , including lab reports , source code and test procedures. PL0 compiler for the original expansion of the following : (1) Add the following reserved words
else (elsesym), for (forsym), to (tosym), downto (downtosym),
return (returnsym), [(lmparen),] (rmparen)
(2) increase the following operators:
+ = (eplus),- = (eminus),++ (dplus),- (dminus)
Address-of operator & (radsym), pointing operator @ (padsym)
3 Modify word : Modify inequality# is <>
4 Expansion statement:
( 1 ) increasing the else clause
( 2 ) increasing the for statement
5 increase in computing :
(1 )++ operator
(2 )- operation
(3 )+ = operator
(4 )- = operator
(5 ) & check the site operator
(6 ) @ pointing operation
6 in
else(elsesym), for(forsym),to(tosym),downto(downtosym),
return(returnsym),[(lmparen),](rmparen)
2. 增加了以下的运算符:
+=(eplus),-=(eminus),++(dplus),--(dminus)
取址运算符&(radsym),指向运算符@(padsym)
3. 修改单词:修改不等号#为<>
4. 扩充语句:
(1)增加了else子句
(2)增加了for语句
5. 增加运算:
(1).++运算
(2).--运算;
(3).+=运算;
(4).-=运算;
(5).&取址运算;
(6).@指向运算;
6. 增加类型:
(1).增加多维数组a[i1][i2][i3]……[i(n-1)][i(n-2)][in]
(2).增加指针类型(任何变量都能存放指针,但不支持指针的指针,
如b:=@@a应该改写为c:=@a,b:=@c)
7. 将过程procedure扩展为函数:
(1).允许定义过程时在其后加参数(var a, var b,……..,var n)
(2)允许通过指针向函数形式参数传地址;
(3)允许返回值;可以用 a:=p(a,b,c….,n) 返回
-pl0 expand grammar compiler , including lab reports , source code and test procedures. PL0 compiler for the original expansion of the following : (1) Add the following reserved words
else (elsesym), for (forsym), to (tosym), downto (downtosym),
return (returnsym), [(lmparen),] (rmparen)
(2) increase the following operators:
+ = (eplus),- = (eminus),++ (dplus),- (dminus)
Address-of operator & (radsym), pointing operator @ (padsym)
3 Modify word : Modify inequality# is <>
4 Expansion statement:
( 1 ) increasing the else clause
( 2 ) increasing the for statement
5 increase in computing :
(1 )++ operator
(2 )- operation
(3 )+ = operator
(4 )- = operator
(5 ) & check the site operator
(6 ) @ pointing operation
6 in
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Pl0要求.txt
源代码/&.txt
源代码/1++.txt
源代码/error.txt
源代码/for.txt
源代码/ifelse.txt
源代码/pl0.c
源代码/pl0.h
源代码/pl0c.txt
源代码/pl0h.txt
源代码/repeat.txt
pl0(2)/Debug/BuildLog.htm
pl0(2)/Debug/mt.dep
pl0(2)/Debug/PL0.exe
pl0(2)/Debug/PL0.exe.embed.manifest
pl0(2)/Debug/PL0.exe.embed.manifest.res
pl0(2)/Debug/PL0.exe.intermediate.manifest
pl0(2)/Debug/PL0.ilk
pl0(2)/Debug/PL0.obj
pl0(2)/Debug/vc80.idb
pl0(2)/Debug/vc80.pdb
pl0(2)/fa.tmp
pl0(2)/fa1.tmp
pl0(2)/fa2.tmp
pl0(2)/fas.tmp
pl0(2)/lxm.PL0
pl0(2)/now.suo
pl0(2)/PL0.cpp
pl0(2)/PL0.dsp
pl0(2)/PL0.dsw
pl0(2)/pl0.h
pl0(2)/PL0.ncb
pl0(2)/PL0.obj
pl0(2)/PL0.opt
pl0(2)/PL0.plg
pl0(2)/PL0.sln
pl0(2)/PL0.suo
pl0(2)/PL0.vcproj
pl0(2)/PL0.vcproj.Edgewolf-PC.Edgewolf.user
pl0(2)/PL0编译器功能扩充课程设计实验报告.doc
pl0(2)/PL0编译器功能扩充课程设计实验报告YZY.doc
pl0(2)/Project1.tds
pl0(2)/~$0编译器功能扩充课程设计实验报告.doc
pl0(2)/~$0编译器功能扩充课程设计实验报告YZY.doc
pl0(2)/实验报告 杨志业 3104006519/else.txt
pl0(2)/实验报告 杨志业 3104006519/PL0.cpp
pl0(2)/实验报告 杨志业 3104006519/pl0.h
pl0(2)/Debug
pl0(2)/实验报告 杨志业 3104006519
源代码
pl0(2)
源代码/&.txt
源代码/1++.txt
源代码/error.txt
源代码/for.txt
源代码/ifelse.txt
源代码/pl0.c
源代码/pl0.h
源代码/pl0c.txt
源代码/pl0h.txt
源代码/repeat.txt
pl0(2)/Debug/BuildLog.htm
pl0(2)/Debug/mt.dep
pl0(2)/Debug/PL0.exe
pl0(2)/Debug/PL0.exe.embed.manifest
pl0(2)/Debug/PL0.exe.embed.manifest.res
pl0(2)/Debug/PL0.exe.intermediate.manifest
pl0(2)/Debug/PL0.ilk
pl0(2)/Debug/PL0.obj
pl0(2)/Debug/vc80.idb
pl0(2)/Debug/vc80.pdb
pl0(2)/fa.tmp
pl0(2)/fa1.tmp
pl0(2)/fa2.tmp
pl0(2)/fas.tmp
pl0(2)/lxm.PL0
pl0(2)/now.suo
pl0(2)/PL0.cpp
pl0(2)/PL0.dsp
pl0(2)/PL0.dsw
pl0(2)/pl0.h
pl0(2)/PL0.ncb
pl0(2)/PL0.obj
pl0(2)/PL0.opt
pl0(2)/PL0.plg
pl0(2)/PL0.sln
pl0(2)/PL0.suo
pl0(2)/PL0.vcproj
pl0(2)/PL0.vcproj.Edgewolf-PC.Edgewolf.user
pl0(2)/PL0编译器功能扩充课程设计实验报告.doc
pl0(2)/PL0编译器功能扩充课程设计实验报告YZY.doc
pl0(2)/Project1.tds
pl0(2)/~$0编译器功能扩充课程设计实验报告.doc
pl0(2)/~$0编译器功能扩充课程设计实验报告YZY.doc
pl0(2)/实验报告 杨志业 3104006519/else.txt
pl0(2)/实验报告 杨志业 3104006519/PL0.cpp
pl0(2)/实验报告 杨志业 3104006519/pl0.h
pl0(2)/Debug
pl0(2)/实验报告 杨志业 3104006519
源代码
pl0(2)
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.