coursework/cw03.tex
changeset 358 b3129cff41e9
parent 333 8890852e18b7
child 419 4110ab35e5d8
--- a/coursework/cw03.tex	Mon Oct 19 15:03:44 2015 +0100
+++ b/coursework/cw03.tex	Mon Oct 19 23:49:25 2015 +0100
@@ -6,12 +6,21 @@
 
 \section*{Coursework 3 (Strand 1)}
 
-\noindent
-This coursework is worth 5\% and is due on 26 November at 16:00. You 
-are asked to implement a parser for the WHILE language and also 
-an interpreter. You should use the lexer from the previous
-coursework for the parser. 
+\noindent This coursework is worth 5\% and is due on 27
+November at 16:00. You are asked to implement a parser for the
+WHILE language and also an interpreter. 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. 
 
+\subsection*{Disclaimer}
+
+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,
+which you can use. You can also use your own code from the
+CW~1 and CW~2.
 
 
 \subsection*{Question 1 (marked with 1\%)}