200 likes | 426 Views
This chapter in the book includes: 1.1 Why Compilers? A Brief History 1.2 Programs Related to Compilers 1.3 The Translation Process 1.4 Major Data Structures in a Compiler 1.5 Other Issues in Compiler Structure 1.6 Bootstrapping and Porting 1.7 The TINY Sample Language and Compiler
E N D
This chapter in the book includes: 1.1 Why Compilers? A Brief History 1.2 Programs Related to Compilers 1.3 The Translation Process 1.4 Major Data Structures in a Compiler 1.5 Other Issues in Compiler Structure 1.6 Bootstrapping and Porting 1.7 The TINY Sample Language and Compiler 1.8 C-Minus: A Language for a Compiler Project Exercises Notes and References FIGURES FORCHAPTER 1INTRODUCTION Click the mouse to move to the next page. Use the ESC key to exit this chapter.
Figure 1.3(a): Porting a compiler written in its own source language (step 1)
Figure 1.3(b): Porting a compiler written in its own source language (step 2)