coursework/cw05.tex
changeset 752 c0bdd4ad69ca
parent 751 4b208d81e002
child 753 d94fdbef1a4f
--- a/coursework/cw05.tex	Tue Sep 01 15:57:55 2020 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,41 +0,0 @@
-% !TEX program = xelatex
-\documentclass{article}
-\usepackage{../style}
-\usepackage{../langs}
-
-\begin{document}
-
-\section*{Coursework 5}
-
-
-
-\noindent This coursework is worth 12\% and is due on \cwFIVE{} at
-18:00. You are asked to implement a compiler targetting the LLVM-IR.
-You can do the implementation in any programming
-language you like, but you need to submit the source code with which
-you answered the questions, otherwise a mark of 0\% will be
-awarded. You should use the lexer from the previous coursework for the
-parser.  Please package everything(!) in a zip-file that creates a
-directory with the name \texttt{YournameYourFamilyname} on my end.
-
-\subsection*{Disclaimer\alert}
-
-It should be understood that the work you submit represents your own
-effort. You have not copied from anyone else. An exception is the
-Scala code I showed during the lectures or uploaded to KEATS, which
-you can both use. You can also use your own code from the CW~1 --
-CW~4.
-
-
-\subsection*{Question 1}
-
-\subsection*{Question 2}
-
-\subsection*{Question 3}
-
-\end{document}
-
-%%% Local Variables: 
-%%% mode: latex
-%%% TeX-master: t
-%%% End: