cws/cw03.tex
changeset 103 4438356d87de
parent 100 e868732cab63
child 110 e4b41cfcfaa7
equal deleted inserted replaced
102:fd1268c0ae57 103:4438356d87de
     2 \usepackage{../style}
     2 \usepackage{../style}
     3 \usepackage{../langs}
     3 \usepackage{../langs}
     4 
     4 
     5 \begin{document}
     5 \begin{document}
     6 
     6 
     7 \section*{Coursework 8 (Scala, Regular Expressions}
     7 \section*{Coursework 8 (Scala, Regular Expressions)}
     8 
     8 
     9 This coursework is worth 10\%. It is about regular expressions,
     9 This coursework is worth 10\%. It is about regular expressions,
    10 pattern matching and polymorphism. The first part is due on 30
    10 pattern matching and polymorphism. The first part is due on 30
    11 November at 11pm; the second, more advanced part, is due on 7 December
    11 November at 11pm; the second, more advanced part, is due on 7 December
    12 at 11pm. You are asked to implement a regular expression matcher. Make
    12 at 11pm. You are asked to implement a regular expression matcher. Make