注重体验与质量的电子书资源下载网站
分类于: 人工智能 编程语言
简介
Compiler Construction: Principles and Practice 豆 10.0分
资源最后更新于 2020-07-25 14:09:28
作者:Kenneth C. Louden
出版社:Cengage Learning
出版日期:1997-01
ISBN:9780534939724
文件格式: pdf
标签: 编译原理 计算机科学 计算机 Compiler Programming 编程 编译器 compiler
简介· · · · · ·
Compiler Construction: Principles and Practice features a comprehensive, hands-on case study project for constructing an actual, working compiler. This case study involves a relatively simple programming language that will expose readers to the basic concepts used (and potential pitfalls) in constructing larger compilers. Kenneth Louden and his colleagues at San Jose State Univ...
目录
1. Introduction
2. Scanning
3. Context-Free Grammar and Parsing
4. Top-Down Parsing
5. Bottom-Up Parsing
6. Semantic Analysis
7. Runtime Environments
8. Code Generation
A: Compiler Project
B Tiny Compiler Listing
C: Tiny Machine Simulator Listing
2. Scanning
3. Context-Free Grammar and Parsing
4. Top-Down Parsing
5. Bottom-Up Parsing
6. Semantic Analysis
7. Runtime Environments
8. Code Generation
A: Compiler Project
B Tiny Compiler Listing
C: Tiny Machine Simulator Listing