Different phases of Compiler

In this article, we discuss the different phases of a Complier such as Lexical Analysis, Syntax Analysis, Intermediate Code Generation and others.

Table of contents:

Phases of CompilerAnalysis (Machine independent/Language dependent)Lexical AnalysisSyntax AnalysisSemantic AnalysisIntermediate code generationSynthesis (Machine Dependent/Language Independent)Code optimizerCode GeneratorSymbol tableError handling routine

Pre-requisites:

Parsing in Compiler DesignSymbol Table in ...
 •  0 comments  •  flag
Share on Twitter
Published on December 27, 2021 14:02
No comments have been added yet.