文件名称:PL0-The-compiler
- 所属分类:
- 编译器/词法分析
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2016-12-25
- 文件大小:
- 256kb
- 下载次数:
- 0次
- 提 供 者:
- 马**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
一、完成的实验内容及说明
基本内容
(1)扩充赋值运算:+ 和 -
(2)扩充语句 REPEAT
<语句序列>
DOWHILE <条件>
其中,<条件>是循环条件,即条件成立时,重复执行循环体的< 语句序列>
选做内容
(1)增加运算:++ 和 。
(2)增加类型:① 字符类型; ② 实数类型。
(3)扩充函数:① 有返回值和返回语句;② 有参数函数。
(4)增加一维数组类型
-A, the experiment content and complete
The basic content
Operation: (1) expand the assignment+ and
(2) REPEAT expansion statements
< > statement sequence
Conditions of DOWHILE < >
Among them, the conditions of < > is loop condition, namely conditions founded, repeat the loop body < > statement sequence
Choose to do content
(1) operation:++ and .
(2) types: (1) character types (2) real types.
(3) the expansion of function: (1) has a return value and return statement (2) a parameter function.
(4) increase a one-dimensional array type
基本内容
(1)扩充赋值运算:+ 和 -
(2)扩充语句 REPEAT
<语句序列>
DOWHILE <条件>
其中,<条件>是循环条件,即条件成立时,重复执行循环体的< 语句序列>
选做内容
(1)增加运算:++ 和 。
(2)增加类型:① 字符类型; ② 实数类型。
(3)扩充函数:① 有返回值和返回语句;② 有参数函数。
(4)增加一维数组类型
-A, the experiment content and complete
The basic content
Operation: (1) expand the assignment+ and
(2) REPEAT expansion statements
< > statement sequence
Conditions of DOWHILE < >
Among them, the conditions of < > is loop condition, namely conditions founded, repeat the loop body < > statement sequence
Choose to do content
(1) operation:++ and .
(2) types: (1) character types (2) real types.
(3) the expansion of function: (1) has a return value and return statement (2) a parameter function.
(4) increase a one-dimensional array type
(系统自动生成,下载前可以参看下载内容)
下载文件列表
PL0编译器\++--.txt
.........\Debug\b.txt
.........\.....\c.txt
.........\.....\fa.tmp
.........\.....\fa1.tmp
.........\.....\fa2.tmp
.........\.....\fas.tmp
.........\.....\PL0.exe
.........\.....\PL0.ilk
.........\.....\PL0.obj
.........\.....\PL0.pch
.........\.....\PL0.pdb
.........\.....\vc60.idb
.........\.....\vc60.pdb
.........\else.txt
.........\fa.tmp
.........\fa1.tmp
.........\fa2.tmp
.........\fas.tmp
.........\PL0.cpp
.........\PL0.dsp
.........\PL0.dsw
.........\PL0.h
.........\PL0.ncb
.........\PL0.opt
.........\PL0.plg
.........\PL0编译器说明文档.doc
.........\Debug
PL0编译器