https://github.com/iamdyeus/compilerdesign
A repo for my coursework on subject compiler design
https://github.com/iamdyeus/compilerdesign
Last synced: 3 months ago
JSON representation
A repo for my coursework on subject compiler design
- Host: GitHub
- URL: https://github.com/iamdyeus/compilerdesign
- Owner: iamDyeus
- Created: 2025-02-03T03:34:59.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-03-17T10:29:14.000Z (3 months ago)
- Last Synced: 2025-03-17T11:34:11.009Z (3 months ago)
- Language: Lex
- Size: 461 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Compiler Design Coursework
Welcome to my Compiler Design coursework repository! This repository contains all the materials, code, and documentation related to my Compiler Design subject. The coursework is structured to reflect the topics covered during the semester, and the repository will be regularly updated with new content as the coursework progresses.## Repository Strucutre
```bash
Labs/Date(1.1.25)/
├── Outputs
│ ├── question1.png
│ ├── question2.png
│ └── question3.png
├── question1.l
├── question2.l
├── question3.l
└── README.md
```
> *Tree Generated using [this](https://www.text-tree-generator.com/)## Documentation
I am consolidating the final coursework into a Google Doc, which you can access [here](https://docs.google.com/document/d/1DvCe3M2t7dE-_EUE7EMARgmkxkJHUxDlEuGrtlWtyrk/edit?usp=sharing).