From 6058e44363d2dfb043a3d43b52ad0703762b07f9 Mon Sep 17 00:00:00 2001 From: kauron Date: Wed, 15 Jan 2020 23:49:50 +0100 Subject: [PATCH] Update 'README.md' --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bd1aad9..96ad738 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ The goal is to create a compiler from a subset of Java (JavaLi) to 32bit Intel a * HWC: review the code of other teams for HW1 and write up a report. [PDF](./docs/hwc.pdf) * HWD: review the code of other teams for HW4 and write up a report. [PDF](./docs/hwd.pdf) +Follow the commit history to obtain the code at the end of each assignment. + ## License Copyright (c) 2018 Carlos Galindo, Levin Moser, teaching group of Compiler Design (ETH Zürich). All rights reserved.