CS160 Compilers Assignment 5
# CS160 Assignment 5 **Due: Tuesday, June 13th, 11:59PM** > Click this [link](https://download-directory.github.io/?url=https%3A%2F%2Fgithub.com%2Ffredfeng%2FCS160%2Ftree%2Fmain%2Fassignments%2Fhw5) to download the homework. In this assignment, you will be compiling Patina programs to lower-level intermediate representations (IR) called LLVMlite. ## Background: The LLVMlite IR Language > File: [ll/ll.ml](./ll/ll.ml) An intermediate representation sits between a high-level source language (Patina) and hardware-dependent, low-level […]
CS160 Compilers Assignment 5 Read More »