Compiler Design and Programming Languages Course Projects
Spring 2023 | Java |
This is a collection of my projects for the Compiler Design and Programming Languages course at the University of Tehran, taught by Dr. Shaghayegh Tavassoli in Spring 2023. The repository containing the assignments is available here on GitHub. All projects were completed in groups of two.
Group members:
Assignments
- Lexical and Syntax Analysis
- Abstract Syntax Tree (AST) Generation, Node Visitor Pattern, Symbol Table, and Name Analysis
- Type Analysis
- Code Generation