Jayanta47 / CSE310-Compiler-Design

Course works in building a simple compiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSE310-Compiler-Design

Course works in building a simple compiler

Offline 1: Building Symbol Table

In this part, a symbol table is built using c++ to carry out the functions of symbol transfers during lexical analysis, syntax analysis and intermediate code generation. Symbol Table includes header files of class ScopeTable and SymbolInfo. ScopeTable acts as a hash table for SymbolInfo objects.

About

Course works in building a simple compiler


Languages

Language:C 45.5%Language:C++ 25.1%Language:Yacc 17.5%Language:Lex 6.1%Language:Assembly 5.1%Language:Shell 0.4%Language:Python 0.3%