1 / 4

Gradual Implementation of Symbol Table

Gradual Implementation of Symbol Table. CSE310: Compiler Sessional Dr. S. M. Farhad CSE, BUET. Symbol Table. The symbol table stores information about the entire source program It is used by all phases of a compiler. Symbol Table Implementations.

tayten
Download Presentation

Gradual Implementation of Symbol Table

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Gradual Implementation of Symbol Table CSE310: Compiler Sessional Dr. S. M. Farhad CSE, BUET

  2. Symbol Table • The symbol table stores information about the entire source program • It is used by all phases of a compiler

  3. Symbol Table Implementations • Symbol table will be used to answer two questions: • Given a use of a name, to which declaration does it correspond is it undeclared? • Given a declaration of a name, is it multiply declared?

  4. What operations do we need? • Look up a name in the symbol table • Insert a new name into the symbol table with its attributes

More Related