diff -r 9d8d6d900660 -r a62a47b84053 bsc-projects-13.html --- a/bsc-projects-13.html Thu Sep 26 10:32:28 2013 +0100 +++ b/bsc-projects-13.html Thu Sep 26 10:34:57 2013 +0100 @@ -81,7 +81,7 @@

On a rainy afternoon, I implemented - this + this regular expression matcher in Scala. It is not as fast as the official one in Scala, but it can match up to 11,000 as in less than 5 seconds without raising any exception (remember Python and Ruby both need nearly 30 seconds to process 28(!) as, and Scala's