Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/amirreza81/compiler-theoretical-solution

Compiler Design - Fall 2023 - Sharif University of Technology
https://github.com/amirreza81/compiler-theoretical-solution

compiler-design intermediate-code-generation lexical-analysis lexical-parser lr-parser top-down-parser

Last synced: 18 days ago
JSON representation

Compiler Design - Fall 2023 - Sharif University of Technology

Awesome Lists containing this project

README

        

# 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](https://www.linkedin.com/in/samane-hosseinmardi-8ab2a84b/?originalSubdomain=ir)

## References

For reading lecture notes you can see [here](https://github.com/sut-compiler/Materials/tree/main/Slides).

For more details and questions see this [link](https://github.com/sut-compiler/Materials/tree/main).