文件名称:compiler([1].netstl)
- 所属分类:
- 编译器/词法分析
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2008-10-13
- 文件大小:
- 47.52kb
- 下载次数:
- 0次
- 提 供 者:
- c*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
(1) 给定一段符合Pascal子集语法的语言,能成功转换成C语言;
(2) 一个简单的说明文档;
(3) 2007.7.14之前上传到ftp:// C07:C07@10.11.3.71/upload,用学号建立自己的目录;
(4) (可额外加分5分)若有出错处理功能,请在说明文档中写明可以处理哪几项错误。
注意事项:
(1) 两人一组
(2) 可以使用词法、语法自动生成工具,windows下有Flex,Bison,Linux下有Lex,Yacc,Java的有Jlex,JavaCC,ANTLR等
(3) 不用考虑Pascal和C的关键词不同问题,即Pascal子集语言中假设不出现int,for等作为变量标志符
(4) read()和write()可用由scanf(),printf()等组成的语句转换。
(5) 如果有疑问可以发信给我 xpqiu@fudan.edu.cn.
(2) 一个简单的说明文档;
(3) 2007.7.14之前上传到ftp:// C07:C07@10.11.3.71/upload,用学号建立自己的目录;
(4) (可额外加分5分)若有出错处理功能,请在说明文档中写明可以处理哪几项错误。
注意事项:
(1) 两人一组
(2) 可以使用词法、语法自动生成工具,windows下有Flex,Bison,Linux下有Lex,Yacc,Java的有Jlex,JavaCC,ANTLR等
(3) 不用考虑Pascal和C的关键词不同问题,即Pascal子集语言中假设不出现int,for等作为变量标志符
(4) read()和write()可用由scanf(),printf()等组成的语句转换。
(5) 如果有疑问可以发信给我 xpqiu@fudan.edu.cn.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 113172234compiler([1].netstl).rar 列表 compiler(.net stl)\action.cpp compiler(.net stl)\action.h compiler(.net stl)\Analyze.cpp compiler(.net stl)\Analyze.h compiler(.net stl)\attribute.cpp compiler(.net stl)\attribute.h compiler(.net stl)\code.cpp compiler(.net stl)\code.h compiler(.net stl)\compiler.cpp compiler(.net stl)\compiler.ncb compiler(.net stl)\compiler.sln compiler(.net stl)\compiler.suo compiler(.net stl)\compiler.vcproj compiler(.net stl)\creation.cpp compiler(.net stl)\creation.h compiler(.net stl)\FileReader.cpp compiler(.net stl)\FileReader.h compiler(.net stl)\global.cpp compiler(.net stl)\global.h compiler(.net stl)\LRPrefix.cpp compiler(.net stl)\LRPrefix.h compiler(.net stl)\LRPrintTable.cpp compiler(.net stl)\LRPrintTable.h compiler(.net stl)\LRTable.cpp compiler(.net stl)\LRTable.h compiler(.net stl)\PhaseSymbol.cpp compiler(.net stl)\PhaseSymbol.h compiler(.net stl)\status.cpp compiler(.net stl)\status.h compiler(.net stl)\stdafx.cpp compiler(.net stl)\stdafx.h compiler(.net stl)\symbol_mapping.cpp compiler(.net stl)\symbol_mapping.h compiler(.net stl)