Markdown To PDF
Markdown To PDF
Start with understanding the overall idea and different components involved in a compiler.
2. Lexical Analysis
This is the first phase of compilation that deals with scanning and token generation.
A. Classification of Parsers
Top-down Parser
Bottom-up Parser
Shift-Reduce Parsing
Operator Precedence Parser
LR Parsing
4. Semantic Analysis
This phase ensures meaningfulness and type correctness of the code.
⚙️ 6. Code Optimization
Making the intermediate code more efficient without changing its output.
Loop Optimization
Peephole Optimization
Would you like me to turn this into a printable PDF or Notion-friendly format for easy tracking?