diff -r 5d01eccc2036 -r c3dd3a98f919 cws/cw05.tex --- a/cws/cw05.tex Fri Sep 26 23:10:52 2025 +0100 +++ b/cws/cw05.tex Sun Sep 28 14:03:59 2025 +0100 @@ -85,7 +85,7 @@ 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 -- +you can both use. You can also use your own code from CW~1 -- CW~4. %But do not %be tempted to ask Github Copilot for help or do any other %shenanigans like this! @@ -93,7 +93,7 @@ \subsection*{Task} -The goal is to lex and parse 5 Fun-programs, including the +The goal is to lex and parse five 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