From 180c85bb9c3744e496a9139d359829f9976a2d01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20Yaz=C4=B1c=C4=B1?= <fatih.yazici@epfl.ch> Date: Tue, 22 Nov 2022 13:16:57 +0100 Subject: [PATCH] Update to schedule --- README.md | 2 +- labs/lab05/{labs_05.md => lab05-description.md} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename labs/lab05/{labs_05.md => lab05-description.md} (100%) diff --git a/README.md b/README.md index a2d4576..a760c66 100644 --- a/README.md +++ b/README.md @@ -77,5 +77,5 @@ My goal is for lectures to be self-contained. The following books contain overla | | Wed | 16.11.2022 | 08:15 | INM202 | Labs | Finish type checker lab | | | Thu | 17.11.2022 | 08:15 | INM202 | Labs | Finish type checker lab | | 10 | Mon | 21.11.2022 | 13:15 | INM200 | Lecture | [Compiling Expressions](https://tube.switch.ch/videos/e0f59928), [Simple Code Generation for If](https://tube.switch.ch/videos/2036cd8b), [Translating Control with Destination Parameters](https://tube.switch.ch/videos/9c9f8bc9) | -| | Wed | 23.11.2022 | 08:15 | INM202 | Labs | Presentation of code generation lab | +| | Wed | 23.11.2022 | 08:15 | INM202 | Labs | Presentation of [code generation lab](labs/lab05/) | | | Thu | 24.11.2022 | 08:15 | INM202 | Midterm Solution Presentation | | diff --git a/labs/lab05/labs_05.md b/labs/lab05/lab05-description.md similarity index 100% rename from labs/lab05/labs_05.md rename to labs/lab05/lab05-description.md -- GitLab