Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 597 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 597 Bytes

Compiler Phases

The Front End
  1. Reader
  2. Lexical Analyzer (Lexer)
  3. Syntax Analyzer (Parser)
  4. Semantic Analyzer (Definer)
The Back End
  1. Code Generator