文件名称:lab2
- 所属分类:
- 编译器/词法分析
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-12-24
- 文件大小:
- 323kb
- 下载次数:
- 0次
- 提 供 者:
- T**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
编译原理实验二:TINY扩充语言的语法分析
扩充的语法规则有:实现 while、do while、for语句和求余计算式子,具体文法规则自行构造。-Compiler Principle Experiment II: TINY extension language parsing expansion syntax rules: to achieve the while, do while, for statement and the remainder calculation formulas, specific grammar rules to construct their own.
扩充的语法规则有:实现 while、do while、for语句和求余计算式子,具体文法规则自行构造。-Compiler Principle Experiment II: TINY extension language parsing expansion syntax rules: to achieve the while, do while, for statement and the remainder calculation formulas, specific grammar rules to construct their own.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
20102100135_5班_林雄杨_实验二\analyze.cpp
.............................\analyze.h
.............................\cgen.cpp
.............................\cgen.h
.............................\code.cpp
.............................\code.h
.............................\Debug\analyze.obj
.............................\.....\cgen.obj
.............................\.....\code.obj
.............................\.....\main.obj
.............................\.....\parse.obj
.............................\.....\scan.obj
.............................\.....\symtab.obj
.............................\.....\util.obj
.............................\.....\vc60.idb
.............................\.....\vc60.pdb
.............................\.....\实验二.exe
.............................\.....\实验二.ilk
.............................\.....\实验二.pch
.............................\.....\实验二.pdb
.............................\globals.h
.............................\main.cpp
.............................\parse.cpp
.............................\parse.h
.............................\scan.cpp
.............................\scan.h
.............................\symtab.cpp
.............................\symtab.h
.............................\syntax tree.txt
.............................\test.txt
.............................\tiny compilation.txt
.............................\util.cpp
.............................\util.h
.............................\实验二.dsp
.............................\实验二.dsw
.............................\实验二.ncb
.............................\实验二.opt
.............................\实验二.plg
.............................\Debug
20102100135_5班_林雄杨_实验二