文件名称:Compiler
- 所属分类:
- 编译器/词法分析
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1.1mb
- 下载次数:
- 0次
- 提 供 者:
- liumi*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
实验一:设计SAMPLE语言的词法分析器
检查要求:
启动程序后,先输出作者姓名、班级、学号(可用汉语、英语或拼音);
请求输入测试程序名,键入程序名后自动开始词法分析并输出结果;
输出结果为单词的二元式序列(样式见样板输出1和2);
要求能发现下列词法错误和指出错误性质和位置:
非法字符,即不是SAMPLE字符集的符号;
字符常数缺右边的单引号(字符常数要求左、右边用单引号界定,不能跨行);
注释部分缺右边的界符*/(注释要求左右边分别用/*和*/界定,不能跨行)。-Experiment 1: SAMPLE language lexical analyzer design
Inspection requirements:
After starting the program, the first output of the author s name, class, student number (available in Chinese, English or Pinyin)
Request input test program name, type the program name and automatically start the output of lexical analysis
Binary output of word-type sequence (see sample output style 1 and 2)
Requirements can be found in the following lexical errors and that the nature and location of the error:
Illegal characters, that is not the character set of symbols SAMPLE
Character constant lack of the right single quotation mark (character constants requires the left and right single quotation mark definition, can not cross)
Note lack of the right part of the boundary character*/(Note requires left and right respectively /* and*/define, can not cross).
检查要求:
启动程序后,先输出作者姓名、班级、学号(可用汉语、英语或拼音);
请求输入测试程序名,键入程序名后自动开始词法分析并输出结果;
输出结果为单词的二元式序列(样式见样板输出1和2);
要求能发现下列词法错误和指出错误性质和位置:
非法字符,即不是SAMPLE字符集的符号;
字符常数缺右边的单引号(字符常数要求左、右边用单引号界定,不能跨行);
注释部分缺右边的界符*/(注释要求左右边分别用/*和*/界定,不能跨行)。-Experiment 1: SAMPLE language lexical analyzer design
Inspection requirements:
After starting the program, the first output of the author s name, class, student number (available in Chinese, English or Pinyin)
Request input test program name, type the program name and automatically start the output of lexical analysis
Binary output of word-type sequence (see sample output style 1 and 2)
Requirements can be found in the following lexical errors and that the nature and location of the error:
Illegal characters, that is not the character set of symbols SAMPLE
Character constant lack of the right single quotation mark (character constants requires the left and right single quotation mark definition, can not cross)
Note lack of the right part of the boundary character*/(Note requires left and right respectively /* and*/define, can not cross).
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Compiler
........\Compiler
........\Compiler.ncb
........\Compiler.sln
........\Compiler.suo
........\........\Analyzer.cpp
........\........\Compiler.vcproj
........\........\Compiler.vcproj.YUE-T60.Administrator.user
........\........\Debug
........\........\.....\Analyzer.obj
........\........\.....\BuildLog.htm
........\........\.....\Compiler.exe.intermediate.manifest
........\........\.....\mt.dep
........\........\.....\vc90.idb
........\........\.....\vc90.pdb
........\........\q.txt
........\........\Release
........\........\.......\Analyzer.obj
........\........\.......\BuildLog.htm
........\........\.......\Compiler.exe.intermediate.manifest
........\........\.......\mt.dep
........\........\.......\vc90.idb
........\........\.......\vc90.pdb
........\........\w.txt
........\Debug
........\.....\Compiler.exe
........\.....\Compiler.ilk
........\.....\Compiler.pdb
........\.....\w.txt
........\Release
........\.......\Compiler.exe
........\.......\Compiler.pdb
........\.......\w.txt
........\Compiler
........\Compiler.ncb
........\Compiler.sln
........\Compiler.suo
........\........\Analyzer.cpp
........\........\Compiler.vcproj
........\........\Compiler.vcproj.YUE-T60.Administrator.user
........\........\Debug
........\........\.....\Analyzer.obj
........\........\.....\BuildLog.htm
........\........\.....\Compiler.exe.intermediate.manifest
........\........\.....\mt.dep
........\........\.....\vc90.idb
........\........\.....\vc90.pdb
........\........\q.txt
........\........\Release
........\........\.......\Analyzer.obj
........\........\.......\BuildLog.htm
........\........\.......\Compiler.exe.intermediate.manifest
........\........\.......\mt.dep
........\........\.......\vc90.idb
........\........\.......\vc90.pdb
........\........\w.txt
........\Debug
........\.....\Compiler.exe
........\.....\Compiler.ilk
........\.....\Compiler.pdb
........\.....\w.txt
........\Release
........\.......\Compiler.exe
........\.......\Compiler.pdb
........\.......\w.txt