cws/cw03.tex
changeset 989 aa976b429904
parent 986 68b1a84efce6
child 992 c3dd3a98f919
equal deleted inserted replaced
988:2857dcb18458 989:aa976b429904
     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