Binary file coursework/cw03.pdf has changed
--- a/coursework/cw03.tex Mon Nov 10 09:14:24 2014 +0000
+++ b/coursework/cw03.tex Mon Nov 10 09:18:36 2014 +0000
@@ -35,7 +35,8 @@
You should implement a parser for the WHILE language using
parser combinators. Be careful that the parser takes as input
a stream, or list, of tokens generated by the tokenizer from
-the previous coursework. Your parser should be able to handle
+the previous coursework. For this you might filter out
+whitespaces and comments. Your parser should be able to handle
the WHILE programs in Figures~\ref{fib} and \ref{loop}.
In addition give the parse tree for the statement: