watermark logo

Up next

Introduction on Compilers & 6 phases of compiler

2 Views· 09/20/20
Aryel Narvasa
Aryel Narvasa
Subscribers
0

What is a Compiler
<br>
<br>A compiler is a Special Program, that converts the source program written in a high level language into target program which is an Machine language.
<br>
<br>Compilation process is a sequence of various phases.There are 6 phases of Compiler.They are
<br>
<br>Lexical Analysis
<br>Syntax Analysis
<br>Semantic Analysis
<br>Intermediate Code Representation
<br>Code Optimization &
<br>Code Generation
<br>
<br>These 6 phases of compilers are explained in Detail in this video.

Show more

 0 Comments sort   Sort By


Up next