Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 668 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 668 Bytes

Assignment-1: Implementation of a Symbol Table

  • Assignment sepecification: PDF
  • My implemenation: Code

Assignment 2: Lexical Analysis

Installing flex

sudo apt-get update
sudo apt-get install flex
  • Assignment sepecification: PDF
  • My implemenation: Code

Assigment 3: Syntax and Semantic Analysis

Installing bison

sudo apt-get update
sudo apt-get install bison

Assigment 4: Intermeadiate Code Generation