Skip to content

Latest commit

 

History

History
45 lines (24 loc) · 459 Bytes

README.md

File metadata and controls

45 lines (24 loc) · 459 Bytes

cd-notes-2023

Unit 1

  1. Phases of Compiler

  2. NFA to DFA, RE to DFA

  3. Minimization of DFA,NFA

Unit 2

  1. Predictive parsing

  2. Recursive descent parser

  3. CFG

  4. Top-Down & Bottom-Up

Unit 3

  1. CLR

  2. SLR

  3. Shift Reduce Parsing

Unit 4

  1. ICG

  2. 3-Address Code

  3. Backpatching

  4. Simple Code Generator

Unit 5

  1. Loop Optimization Techniques

  2. Data flow analysis

  3. Functon Preserving Transformation

  4. Activation Records