updated
authorChristian Urban <christian dot urban at kcl dot ac dot uk>
Mon, 10 Nov 2014 09:18:36 +0000
changeset 304 1daaf6f6e45b
parent 303 4439c56d96cf
child 305 23045b2b0b7b
updated
coursework/cw03.pdf
coursework/cw03.tex
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: