Skip to content

Tremors3/uni-comp-asgmt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compiler Assignments

This repository contains the assignments for the Compilers Pt.2 course (2024-25).

Instructions

  1. Go rigth assignment directory: Each assignment is located in its respective folder: assignments/assignment-X, where X is the assignment number.

  2. Read the instructions: Open the Instr.md file inside the assignment dir for the instructions on how to test our passes.

Folder Structure

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/

Contributors

  • Matteo Menozzi
  • Enrico Turci Sologni
  • Gabriele Turci

About

Incarichi universitari del corso di Compilatori 2 (2024-25).

Topics

Resources

License

Stars

Watchers

Forks

Contributors