equal
deleted
inserted
replaced
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 |