cws/cw03.tex
changeset 100 93260be6770f
parent 94 ae4708c851ee
child 110 62389faa66e4
equal deleted inserted replaced
99:e10a9b2fd35a 100:93260be6770f
     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