Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 930 Bytes

README.md

File metadata and controls

39 lines (31 loc) · 930 Bytes

Compiler Design 🖥

Theoretical Solution

Compiler Design - Fall 2023 - Sharif University of Technology

Syllabus:

  • HW1:

    • Lexical Analysis
    • Scanner
    • DFA
    • NFA
    • Regular Language
  • HW2:

    • Parser
      • top-down parsing
      • bottom-up parsing
  • HW3:

    • Semantic Analysis
    • intermediate-code generator
    • LR(K) Parsing
      • SLR
      • LR
      • LALR
  • HW4:

    • Run-time Memory
    • Local Optimization
    • Global Optimization
    • Register Allocation

Instructor ✍

Samane Hosseinmardi

References

For reading lecture notes you can see here.
For more details and questions see this link.