Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/amirreza81/compiler-theoretical-solution
- Owner: Amirreza81
- Created: 2024-03-25T13:52:55.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-28T06:12:23.000Z (10 months ago)
- Last Synced: 2024-11-09T18:17:03.505Z (2 months ago)
- Topics: compiler-design, intermediate-code-generation, lexical-analysis, lexical-parser, lr-parser, top-down-parser
- Homepage:
- Size: 23.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).