Learn and Grow

On May 28, 2021 by Flare Study   No comments

 Hello in this Article "we will discuss all Phases of Compiler Design and we will also Provide Complete Notes of Compiler Design " .

The Phases of Compiler are given Below:

     The Phases of compiler divided in to two parts, first three phases we are called as Analysis part remaining three called as Synthesis part.


  1. In some applications we may have a compiler called pass.
  2. Where there is a collection of nearby steps that converts the input from one representation to one Fully deferred representation.
  3. Each pass performs a complete scan of input and produces
  4. Its output will be processed from a later pass. For example, a two-pass assembler.

Now we Move to Our all Phases:

1) Lexical Analyzer 

2) Syntax Analyzer    

3) Semantic Analyzer

4) Intermediate Code Generator

5) Code Optimizer

6) Code Generator

and other some topics Like:-

    - Symbol Table

    - error Handler


0 Comments:

Post a Comment