230 likes | 657 Views
CHAPTER 1. INTRODUCTION. Figure 1.1 : A compiler. Figure 1.2: Running the target program. Figure 1.3: An interpreter. Figure 1.4: A hybrid compiler. Figure 1.5: A language-processing system. Figure 1.6: Phases of a compiler. Figure 1.7: Translation of an assignment statement.
E N D
STMIK MDP CHAPTER 1. INTRODUCTION
Figure 1.1 : A compiler STMIK MDP
Figure 1.2: Running the target program STMIK MDP
Figure 1.3: An interpreter STMIK MDP
Figure 1.4: A hybrid compiler STMIK MDP
Figure 1.5: A language-processing system STMIK MDP
Figure 1.6: Phases of a compiler STMIK MDP
Figure 1.7: Translation of an assignment statement STMIK MDP
Figure 1.8: Two-stage mapping from names to values STMIK MDP
Figure 1.10: Blocks in a C++ program STMIK MDP
Figure 1.11: Scopes of declarations in Example 1.6 STMIK MDP
Figure 1.12: A macro whose names must be scoped dynamically STMIK MDP
Figure 1.13: Block-structured code STMIK MDP
Figure 1.14: Block structured code for Exercise 1.6.3 STMIK MDP
Next A Simple Syntax – Directed Translator STMIK MDP