Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 222 Bytes

File metadata and controls

11 lines (8 loc) · 222 Bytes

Compiler Design Project

There are 4 phases :

  1. Lexical
  2. Syntax
  3. Semantic
  4. Intermediate Code generator

The codes and execution instructions for all the phases have been added.

Technologies used : lex, yacc, C