LangProc Compilers Coursework
2022/2023 Compilers Coursework There are two components to the coursework: A C compiler, worth 90%. The source language is pre-processed C90, and the target language is RISC-V assembly. The target environment is Ubuntu 22.04, as described in the attached Dockerfile. See here for the full set of requirements and more information about the testing environment. …