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 ...
Published on December 27, 2021 14:02