# HG changeset patch # User Christian Urban # Date 1638555033 0 # Node ID 1c0a684567d70ce4a89bb6b4872d7415572c2346 # Parent ce4a7bab6bd8ae217aef2b7825fc622d3ab30d1c updated diff -r ce4a7bab6bd8 -r 1c0a684567d7 cws/cw05.pdf Binary file cws/cw05.pdf has changed diff -r ce4a7bab6bd8 -r 1c0a684567d7 cws/cw05.tex --- a/cws/cw05.tex Fri Dec 03 18:00:30 2021 +0000 +++ b/cws/cw05.tex Fri Dec 03 18:10:33 2021 +0000 @@ -38,7 +38,18 @@ \end{center} \noindent -on my end. +on my end. You will be marked according to the input files + +\begin{itemize} +\item\href{https://talisker.nms.kcl.ac.uk/cgi-bin/repos.cgi/afl-material/raw-file/tip/progs/fun2/sqr.fun}{sqr.fun} +\item\href{https://talisker.nms.kcl.ac.uk/cgi-bin/repos.cgi/afl-material/raw-file/tip/progs/fun2/fact.fun}{fact.fun} +\item\href{https://talisker.nms.kcl.ac.uk/cgi-bin/repos.cgi/afl-material/raw-file/tip/progs/fun2/mand.fun}{mand.fun} +\item\href{https://talisker.nms.kcl.ac.uk/cgi-bin/repos.cgi/afl-material/raw-file/tip/progs/fun2/mand2.fun}{mand2.fun} +\item\href{https://talisker.nms.kcl.ac.uk/cgi-bin/repos.cgi/afl-material/raw-file/tip/progs/fun2/hanoi.fun}{hanoi.fun} +\end{itemize} + +\noindent +which are uploaded to KEATS. \subsection*{Disclaimer\alert} @@ -51,7 +62,7 @@ \subsection*{Task} -The main goal is to lex and parse 4 Fun-programs, including the +The main goal is to lex and parse 5 Fun-programs, including the Mandelbrot program shown in Figure~\ref{mand}, and generate corresponding code for the LLVM-IR. Unfortunately the calculations for the Mandelbrot Set require floating point arithmetic and therefore we