This repository contains the assignments for the Compilers Pt.2 course (2024-25).
-
Go rigth assignment directory: Each assignment is located in its respective folder:
assignments/assignment-X, whereXis the assignment number. -
Read the instructions: Open the
Instr.mdfile inside the assignment dir for the instructions on how to test our passes.
The following hierarchy shows the general organization of files and folders.
assignments/
│
├─── assignment-1/
│ │
│ ├─── modules/ # .cpp files of our passes
│ ├─── sources/ # .c files and .ll files for testing
│ ├─── build.sh # Useful shell script to build and process
│ └─── Instr.md # Instructions on how to test our passes
│
├─── assignment-2/
├─── ...
└─── assignment-N/