C语言编译器设计实现业论文设计
北京邮电 大 学
毕业设计(论文)任务书
第1页
毕业设计(论文)题目:
C语言编译器设计与实现
毕业设计(论文)要求及原始数据(资料):
1.C语言简介和国内外编译器技术研究现状;
2.深入了解编译器前端,包括词法分析,语法分析, 语义分析;
3.熟练掌握C语言语法及语法特点;
4.深入分析编译器编写语言(C++);
5.设计并实现编译过程中各个子过程,词法分析,语法分析,语义分析;
6.训练检索文献资料和资料的能力能力
6.训练检索文献资料和资料的能力能力层次清晰KennethA.Reek.人民邮电出版社, 200Brian W.Kernighan,Dennis M.Richie. The C Program Language., 2004
Richard Stevens. UNIX环境高级编程. 人民邮电出版社,.机械工业出版社,2011
Stanley B. Lippman等. C++ Primer. 人民邮电出版社, Alfred V.Aho等. 编译原理技术和工具.机械工业出版社,2003
Andrew W.Appel等. 现代编译原理-C语义描述.人民邮电出版社Thomas H.Cormen, Introduction to Algorithmsm.2012
Portland.Lex & yacc Tutorial.2013
ChrisFrase,DavidHansonARetargetable. C Compiler: Design and Implementation.
2005
专业班级
软件1008班
学生
郝靖宇
要求设计(论文)工作起止日期
2014年3月17日~2014年6月27日
指导教师签字
日期
2014年3月17日
教研室主任审查签字
日期
系主任批准签字
日期
C语言编译器设计与实现
摘 要
随着计算机的广泛应用,计算机程序设计语言也从初期的机器语言发展为汇编语言,以及现在的各种高级程序设计语言。而编译技术是计算机语言发展的支柱,也是计算机科学中发展最迅速、最成熟的一个分支,他集中体现了计算机发展的成果与精华。
其核心思想就是把同样的逻辑结构和思想从一种语言表示的程序转换为另外一种语言表示的程序。从高级语言,甚至运行与虚拟平台的高级语言,到机器语言,最终到硬件执行的物理信号,这一层层的转化,都涉及编译技术的应用。
本系统采用++为编程语言。论文主要介绍了本课题的开发背景,所要完成的功能和开发的过程。重点的说明了系统设计的重点、设计思想、难点技术和解决方案。
C language compiler design and Implementation
Abstract
With the wide application of the computer, computer programming languages ??are developed from the early machine language into assembly language , and now a variety of high-level programming language. The compiler technology is the backbone of computer language development, but also the fastest growing in computer science , a branch of the most mature , he epitomizes the essence of the computer and the fruits of development .
The core idea is the same logical structure of the program and ideas expressed in the conversion from one language to another language program represented . From the high-level language , and even running with high-level language virtual platform to machine language , and ultimately to the hardware implementation of the physical signal , the layers of transformation involves application of compiler technology .
System uses C++ as the program