diff -r ffe02fd574a5 -r 49d21814a633 cws/cw05.tex --- a/cws/cw05.tex Mon Aug 29 08:26:59 2022 +0200 +++ b/cws/cw05.tex Fri Sep 16 12:52:21 2022 +0100 @@ -7,26 +7,27 @@ \definecolor{pansypurple}{rgb}{0.47, 0.09, 0.29} \begin{document} -\color{pansypurple} -\section*{RESIT / REPLACEMENT} -{\bf -The resit / replacement task is essentially CW5 (listed below) with -the exception that the lexer and parser is already provided. The -parser will generate an AST (see file \texttt{fun\_llvm.sc}). Your task -is to generate an AST for the K-intermediate language and supply -sufficient type annotations such that you can generate valid code for -the LLVM-IR. The submission deadline is 9th August at 16:00. At the -deadline, please send me an email containing a zip-file with your -files. -Feel free to reuse the files I have uploaded on KEATS (especially -the files generating simple LLVM-IR code). Of help might also be the -videos of Week~10.\bigskip - -\noindent -Good Luck!} -\color{black} +%\color{pansypurple} +%\section*{RESIT / REPLACEMENT} +% +%{\bf +%The resit / replacement task is essentially CW5 (listed below) with +%the exception that the lexer and parser is already provided. The +%parser will generate an AST (see file \texttt{fun\_llvm.sc}). Your task +%is to generate an AST for the K-intermediate language and supply +%sufficient type annotations such that you can generate valid code for +%the LLVM-IR. The submission deadline is 9th August at 16:00. At the +%deadline, please send me an email containing a zip-file with your +%files. +%Feel free to reuse the files I have uploaded on KEATS (especially +%the files generating simple LLVM-IR code). Of help might also be the +%videos of Week~10.\bigskip +% +%\noindent +%Good Luck!} +%\color{black} \section*{Coursework 5}