Home
 

Design

Chapter 2. Design

This chapter describes the overall design. Since it is only a small compiler, only a very rough outline seems necessary.

Symbol Table

The symbol table holds three objects for each identifier. The name, the data type and the base address.