cws/cw05.tex
author Christian Urban <christian.urban@kcl.ac.uk>
Tue, 01 Sep 2020 16:00:37 +0100
changeset 752 c0bdd4ad69ca
parent 751 coursework/cw05.tex@4b208d81e002
child 820 7fd1f611c21d
permissions -rw-r--r--
updated

% !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: