cws/cw03.tex
changeset 988 6fc5aafc7d45
parent 985 4a530cad7804
child 991 b4b97704815b
equal deleted inserted replaced
987:eac36600bce4 988:6fc5aafc7d45
     8 
     8 
     9 \section*{Coursework 3}
     9 \section*{Coursework 3}
    10 
    10 
    11 
    11 
    12 
    12 
    13 \noindent This coursework is worth 10\% and is due on \cwTHREE{} at
    13 \noindent This coursework is worth 15\% and is due on \cwTHREE{} at
    14 16:00. You are asked to implement a parser for the WHILE language and
    14 16:00. You are asked to implement a parser for the WHILE language and
    15 also an interpreter. The parser needs to use parser combinators.  You
    15 also an interpreter. The parser needs to use parser combinators.  You
    16 can do the implementation in any programming language you like, but
    16 can do the implementation in any programming language you like, but
    17 you need to submit the source code with which you answered the
    17 you need to submit the source code with which you answered the
    18 questions, otherwise a mark of 0\% will be awarded. If you use Scala
    18 questions, otherwise a mark of 0\% will be awarded. If you use Scala