cws/cw05.tex
changeset 752 c0bdd4ad69ca
parent 751 4b208d81e002
child 820 7fd1f611c21d
equal deleted inserted replaced
751:4b208d81e002 752:c0bdd4ad69ca
       
     1 % !TEX program = xelatex
       
     2 \documentclass{article}
       
     3 \usepackage{../style}
       
     4 \usepackage{../langs}
       
     5 
       
     6 \begin{document}
       
     7 
       
     8 \section*{Coursework 5}
       
     9 
       
    10 
       
    11 
       
    12 \noindent This coursework is worth 12\% and is due on \cwFIVE{} at
       
    13 18:00. You are asked to implement a compiler targetting the LLVM-IR.
       
    14 You can do the implementation in any programming
       
    15 language you like, but you need to submit the source code with which
       
    16 you answered the questions, otherwise a mark of 0\% will be
       
    17 awarded. You should use the lexer from the previous coursework for the
       
    18 parser.  Please package everything(!) in a zip-file that creates a
       
    19 directory with the name \texttt{YournameYourFamilyname} on my end.
       
    20 
       
    21 \subsection*{Disclaimer\alert}
       
    22 
       
    23 It should be understood that the work you submit represents your own
       
    24 effort. You have not copied from anyone else. An exception is the
       
    25 Scala code I showed during the lectures or uploaded to KEATS, which
       
    26 you can both use. You can also use your own code from the CW~1 --
       
    27 CW~4.
       
    28 
       
    29 
       
    30 \subsection*{Question 1}
       
    31 
       
    32 \subsection*{Question 2}
       
    33 
       
    34 \subsection*{Question 3}
       
    35 
       
    36 \end{document}
       
    37 
       
    38 %%% Local Variables: 
       
    39 %%% mode: latex
       
    40 %%% TeX-master: t
       
    41 %%% End: