LangProc / langproc-cw

Compiler coursework repository for Instruction Architectures and Compilers module at Imperial College London
19 stars 22 forks source link

2023/24 Compilers Coursework

There are two components to the coursework:

Repositories

Each group gets a bare private repository. It is up to you if you want to clone the main specification, or to start from scratch.

Submission

The deadline for submitting your C compiler is Friday 22 March 2024 at 23:59. There is no deadline for the project management component; instead, this will be assessed by a short oral viva that will be organised in Summer term.

Submission will be via GitHub (code) and Teams (commit hash), as in the labs.

All submissions will be tested functionally -- there is no expectation for your compiler to optimise its input. Moreover, your compiler will only be tested on valid inputs, so you do not need to handle faulty inputs in a graceful way.

Changelog

Acknowledgements