/feup-comp

📜 Proposed practice sessions exercises solution for the Compilers course @ FEUP

Primary LanguageJavaMIT LicenseMIT

FEUP-COMP

Compilers exercises go here.

This won't have all of the exercises because sometimes I'm plain dumb and I forget them (or delete them week1 exercise1 👀), or I just don't make them.

...

Installation

Usage

Each exercise sheet is a package with every exercise being a package inside, such as:

/
├── sheet1
│   ├── e1
│   └── e2
├── sheet2
│   ├── e1
│   ├── e2
│   └── e3
...

Each exercise has a build.bat and a run.bat script to ease the execution. With that, the exercises only hold the required files, fully generated files are not presented and are build using the build.bat script.

License

MIT