logo
分类于: 互联网 编程语言

简介

编译原理与实践

编译原理与实践 8.7分

资源最后更新于 2020-09-04 14:47:18

作者:Kenneth C.Louden

出版社:机械工业出版社

出版日期:2002-01

ISBN:9787111108429

文件格式: pdf

标签: 编译原理 Compiler 计算机科学 计算机 编译原理与实践 编译器 编译 CS

简介· · · · · ·

This exciting new book combines a detailed study of modern theories of compiler design with a complete description (with source code)of a working compiler for a small language.The book reflects the author's conviction that practical aspects of compiler design cannot be understood without a grasp of theory,and that theory cannot be truly comprehended by undergraduate students wi...

想要: 点击会收藏到你的 我的收藏,可以在这里查看

已收: 表示已经收藏

Tips: 注册一个用户 可以通过用户中心得到电子书更新的通知哦

目录

1 INTRODUCITON
2 SCANNING
3 CONTEXT-FREE GRAMMARS AND PARSING
4 TOP-DOWN PARSING
5 BOTTOM-UP PARSING
6 SEMANTIC ANALYSIS
7 4UNTIME ENVIRONMENTS
8 CODE GENERATION
APPENDIX A:A COMPILER PROJECT
APPENDIX B:TINY COMPILER LISTING
APPENDIX C:TINY MACHINE SIMULATOR LISTING
BIBLIOGRAPHY
INDEX