What is the step by step working of a compiler?
- Get link
- X
- Other Apps
The compiler operates in various stages, and each stage converts the source program from one representation to another.
There are 6 steps(phases) in a compiler. Each step (phases) helps to convert high level to machine code.
- Lexical Analysis
- Syntax Analysis
- Semantic Analysis
- Intermediate Code Generator
- Code Optimizer
- Code generator
If you want to learn all 6 phases of the compiler I gave you a link and check out this link -
- Get link
- X
- Other Apps
Comments
Post a Comment