Skip to content

Compiler Design - Fall 2023 - Sharif University of Technology

Notifications You must be signed in to change notification settings

Amirreza81/Compiler-Theoretical-Solution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published