dzcc

所属分类:编译器/解释器
开发工具:Visual C++
文件大小:9581KB
下载次数:5
上传日期:2010-06-30 07:38:12
上 传 者longshen9556
说明:  这是我毕设的一部分,毕设做的是C语言编译器,这部分是编译器的词法分析和语法分析。开发平台Visual Stuido 2010。语法分析仅仅是分析语法对不对,如果对会输出“OK”,反之输出“ERROR”词法分析完会把单词和类型列出,类型是我自己定义的枚举值。还有就是我定义了源程序中定义和生命函数时,如果没有参数必须加上"void"参数,否则报错。例如 void main(void){}
(This is my part of the my graduation design.My graduation design is to do the C language compiler, this part is the compiler lexical analysis and syntax analysis, syntax analysis of syntax is only right, if you will output "OK" , otherwise output "ERROR" will complete lexical analysis of words and types of lists, the type is my own definition of enumeration values. There is my definition of the source of life and function definitions, parameters must be added if there is no "void" parameter, otherwise error. For example void main (void) {})

文件列表:
dzcc (0, 2010-06-15)
dzcc\Debug (0, 2010-06-15)
dzcc\Debug\dzcc.exe (151552, 2010-06-15)
dzcc\Debug\dzcc.ilk (723244, 2010-06-15)
dzcc\Debug\dzcc.pdb (1035264, 2010-06-15)
dzcc\dzcc (0, 2010-06-06)
dzcc\dzcc.sdf (8278016, 2010-06-15)
dzcc\dzcc.sln (879, 2010-05-31)
dzcc\dzcc.suo (17408, 2010-06-15)
dzcc\dzcc\code.c (218, 2010-06-15)
dzcc\dzcc\Debug (0, 2010-06-15)
dzcc\dzcc\Debug\cl.command.1.tlog (1682, 2010-06-15)
dzcc\dzcc\Debug\CL.read.1.tlog (13728, 2010-06-15)
dzcc\dzcc\Debug\CL.write.1.tlog (1212, 2010-06-15)
dzcc\dzcc\Debug\dzcc.Build.CppClean.log (2856, 2010-06-15)
dzcc\dzcc\Debug\dzcc.exe.embed.manifest (406, 2010-06-15)
dzcc\dzcc\Debug\dzcc.exe.embed.manifest.res (472, 2010-06-15)
dzcc\dzcc\Debug\dzcc.exe.intermediate.manifest (381, 2010-06-15)
dzcc\dzcc\Debug\dzcc.lastbuildstate (93, 2010-06-15)
dzcc\dzcc\Debug\dzcc.log (3833, 2010-06-15)
dzcc\dzcc\Debug\dzcc.obj (493791, 2010-06-15)
dzcc\dzcc\Debug\dzcc.pch (9895936, 2010-06-15)
dzcc\dzcc\Debug\dzcc_manifest.rc (198, 2010-06-15)
dzcc\dzcc\Debug\link-cvtres.read.1.tlog (2, 2010-06-15)
dzcc\dzcc\Debug\link-cvtres.write.1.tlog (2, 2010-06-15)
dzcc\dzcc\Debug\link.1076-cvtres.read.1.tlog (2, 2010-06-15)
dzcc\dzcc\Debug\link.1076-cvtres.write.1.tlog (2, 2010-06-15)
dzcc\dzcc\Debug\link.1076.read.1.tlog (2, 2010-06-15)
dzcc\dzcc\Debug\link.1076.write.1.tlog (2, 2010-06-15)
dzcc\dzcc\Debug\link.command.1.tlog (1968, 2010-06-15)
dzcc\dzcc\Debug\link.read.1.tlog (4048, 2010-06-15)
dzcc\dzcc\Debug\link.write.1.tlog (1274, 2010-06-15)
dzcc\dzcc\Debug\mt.command.1.tlog (426, 2010-06-15)
dzcc\dzcc\Debug\mt.read.1.tlog (222, 2010-06-15)
dzcc\dzcc\Debug\mt.write.1.tlog (426, 2010-06-15)
dzcc\dzcc\Debug\rc.command.1.tlog (618, 2010-06-15)
dzcc\dzcc\Debug\rc.read.1.tlog (398, 2010-06-15)
dzcc\dzcc\Debug\rc.write.1.tlog (406, 2010-06-15)
dzcc\dzcc\Debug\stdafx.obj (48342, 2010-06-15)
dzcc\dzcc\Debug\vc100.idb (371712, 2010-06-15)
... ...

======================================================================== 控制台应用程序:dzcc 项目概述 ======================================================================== 应用程序向导已为您创建了此 dzcc 应用程序。 本文件概要介绍组成 dzcc 应用程序的每个文件的内容。 dzcc.vcxproj 这是使用应用程序向导生成的 VC++ 项目的主项目文件, 其中包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。 dzcc.vcxproj.filters 这是使用“应用程序向导”生成的 VC++ 项目筛选器文件。 它包含有关项目文件与筛选器之间的关联信息。 在 IDE 中,通过这种关联,在特定节点下以分组形式显示具有相似扩展名的文件。 例如,“.cpp”文件与“源文件”筛选器关联。 dzcc.cpp 这是主应用程序源文件。 ///////////////////////////////////////////////////////////////////////////// 其他标准文件: StdAfx.h,StdAfx.cpp 这些文件用于生成名为 dzcc.pch 的预编译头 (PCH) 文件和 名为 StdAfx.obj 的预编译类型文件。 ///////////////////////////////////////////////////////////////////////////// 其他注释: 应用程序向导使用“TODO:”注释来指示应添加或自定义的源代码部分。 /////////////////////////////////////////////////////////////////////////////

近期下载者

相关文件


收藏者