diff -r 4b208d81e002 -r c0bdd4ad69ca cws/cw05.tex --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cws/cw05.tex Tue Sep 01 16:00:37 2020 +0100 @@ -0,0 +1,41 @@ +% !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: