SYMBOL TABLE
6/23/2017 1
SYMBOL TABLE
6/23/2017 2
A Symbol Table is a data structure created & maintained
by a language translator such as a compiler or interpreter,
in order to store information relating to declaration or
appearance of identifier such as variable names, function
names, objects, classes, interfaces, etc in a program’s
source code.
6/23/2017 3
• insert(name, type)
• lookup(name)
OPERATION ON SYMBOL TABLE
6/23/2017 4
• begin_scope () : ‘{’
• end_scope () : ‘}’
SCOPE MANAGEMENT
6/23/2017 5
Among all, symbol tables are mostly implemented as
hash tables, where the source code symbol itself is
treated as a key for the hash function and the return
value is the information about the symbol.
IMPLEMENTATION OF SYMBOL TABLE
•Linear (sorted or unsorted) List
•Self-Organizing List
•Search Tree
•Hash Table
6/23/2017 6
LIST
6/23/2017 7
SELF-ORGANIZING LIST
6/23/2017 8
SEARCH TREE
6/23/2017 9
HASH TABLE
6/23/2017 10

More Related Content

PPTX
Lock based protocols
PPTX
Symbol Table
PPTX
Information retrieval s
PPTX
Hierarchical clustering
PDF
Data clustering
PPTX
data generalization and summarization
PPT
Architecture of Linux
PPT
Symbol table management and error handling in compiler design
Lock based protocols
Symbol Table
Information retrieval s
Hierarchical clustering
Data clustering
data generalization and summarization
Architecture of Linux
Symbol table management and error handling in compiler design

What's hot (20)

PDF
Object Based Databases
PPTX
Memory Management & Garbage Collection
PPTX
Association rule mining.pptx
PPT
2.3 bayesian classification
PPTX
Classification of data
PPT
Oodbms ch 20
PPSX
PDF
Disk allocation methods
PDF
Lecture 01 introduction to compiler
PPTX
Lexical analysis - Compiler Design
PPTX
Hierarchical clustering in Python and beyond
PPTX
Finite Automata in compiler design
PPT
Database Relationships
PPTX
Concurrency control
PPT
Type Checking(Compiler Design) #ShareThisIfYouLike
PPT
Ch 7 Physical D B Design
PPTX
05 Clustering in Data Mining
PPTX
Semophores and it's types
PPTX
Clustering in Data Mining
PPTX
Relational algebra ppt
Object Based Databases
Memory Management & Garbage Collection
Association rule mining.pptx
2.3 bayesian classification
Classification of data
Oodbms ch 20
Disk allocation methods
Lecture 01 introduction to compiler
Lexical analysis - Compiler Design
Hierarchical clustering in Python and beyond
Finite Automata in compiler design
Database Relationships
Concurrency control
Type Checking(Compiler Design) #ShareThisIfYouLike
Ch 7 Physical D B Design
05 Clustering in Data Mining
Semophores and it's types
Clustering in Data Mining
Relational algebra ppt
Ad

Similar to Symbol table (20)

PPTX
Symbol Table.pptx
PPTX
Compiler design
PDF
Symbol table in compiler Design
PPTX
Symbol table Management Compiler Design.pptx
PPTX
Symbol table Management Compiler Design.pptx
PPTX
compiler ppt on symbol table
PPTX
Compiler and symbol table
PDF
Data Base Management System.pdf
PDF
Relational database was proposed by Edgar Codd (of IBM Research) aro.pdf
PPT
PPT
Abap
PDF
Ijebea14 228
PPTX
Chapter4
PDF
Symbol-Table concept in compiler design pdf for reference
PPTX
UNIT 3 presentation for subj ITWS 01.pptx
PPTX
Ppt programming by alyssa marie paral
PDF
"If I knew then what I know now"
PPT
Introduction to database
DOC
Abap faq
PPTX
asdfew.pptx
Symbol Table.pptx
Compiler design
Symbol table in compiler Design
Symbol table Management Compiler Design.pptx
Symbol table Management Compiler Design.pptx
compiler ppt on symbol table
Compiler and symbol table
Data Base Management System.pdf
Relational database was proposed by Edgar Codd (of IBM Research) aro.pdf
Abap
Ijebea14 228
Chapter4
Symbol-Table concept in compiler design pdf for reference
UNIT 3 presentation for subj ITWS 01.pptx
Ppt programming by alyssa marie paral
"If I knew then what I know now"
Introduction to database
Abap faq
asdfew.pptx
Ad

Recently uploaded (20)

PDF
Project_Mgmt_Institute_-Marc Marc Marc .pdf
PDF
ST MNCWANGO P2 WIL (MEPR302) FINAL REPORT.pdf
PDF
electrical machines course file-anna university
PDF
IAE-V2500 Engine for Airbus Family 319/320
PDF
Artificial Intelligence_ Basics .Artificial Intelligence_ Basics .
PDF
VTU IOT LAB MANUAL (BCS701) Computer science and Engineering
PPTX
INTERNET OF THINGS - EMBEDDED SYSTEMS AND INTERNET OF THINGS
PDF
ECT443_instrumentation_Engg_mod-1.pdf indroduction to instrumentation
PDF
V2500 Owner and Operatore Guide for Airbus
PDF
LS-6-Digital-Literacy (1) K12 CURRICULUM .pdf
PPT
Programmable Logic Controller PLC and Industrial Automation
DOCX
ENVIRONMENTAL PROTECTION AND MANAGEMENT (18CVL756)
PPTX
SE unit 1.pptx aaahshdhajdviwhsiehebeiwheiebeiev
PPTX
AI-Reporting for Emerging Technologies(BS Computer Engineering)
PPTX
Unit IImachinemachinetoolopeartions.pptx
PDF
Mechanics of materials week 2 rajeshwari
PPTX
Module1.pptxrjkeieuekwkwoowkemehehehrjrjrj
PDF
MACCAFERRY GUIA GAVIONES TERRAPLENES EN ESPAÑOL
PDF
Engineering Solutions for Ethical Dilemmas in Healthcare (www.kiu.ac.ug)
PDF
Principles of operation, construction, theory, advantages and disadvantages, ...
Project_Mgmt_Institute_-Marc Marc Marc .pdf
ST MNCWANGO P2 WIL (MEPR302) FINAL REPORT.pdf
electrical machines course file-anna university
IAE-V2500 Engine for Airbus Family 319/320
Artificial Intelligence_ Basics .Artificial Intelligence_ Basics .
VTU IOT LAB MANUAL (BCS701) Computer science and Engineering
INTERNET OF THINGS - EMBEDDED SYSTEMS AND INTERNET OF THINGS
ECT443_instrumentation_Engg_mod-1.pdf indroduction to instrumentation
V2500 Owner and Operatore Guide for Airbus
LS-6-Digital-Literacy (1) K12 CURRICULUM .pdf
Programmable Logic Controller PLC and Industrial Automation
ENVIRONMENTAL PROTECTION AND MANAGEMENT (18CVL756)
SE unit 1.pptx aaahshdhajdviwhsiehebeiwheiebeiev
AI-Reporting for Emerging Technologies(BS Computer Engineering)
Unit IImachinemachinetoolopeartions.pptx
Mechanics of materials week 2 rajeshwari
Module1.pptxrjkeieuekwkwoowkemehehehrjrjrj
MACCAFERRY GUIA GAVIONES TERRAPLENES EN ESPAÑOL
Engineering Solutions for Ethical Dilemmas in Healthcare (www.kiu.ac.ug)
Principles of operation, construction, theory, advantages and disadvantages, ...

Symbol table