
Hello, this year's ICFP features A Play on Regular Expressions where two Haskell programmers and an automata theory guru develop an efficient purely functional algorithm for matching regular expressions. A Haskell library based on their ideas is now available from Hackage. For more information (and a link to the play) visit: http://sebfisch.github.com/haskell-regexp/ Cheers, Sebastian -- Underestimating the novelty of the future is a time-honored tradition. (D.G.)

I have uploaded version 0.2.0.0 of the weighted-regexp package for weighted regular expression matching to Hackage. The changes are briefly 0.2.0.0 More general types for matching functions Renamed accept to acceptFull, added acceptPartial Strict numeric semiring SPECIALIZE pragmas prevent memory leak Fixed mistake in Criterion benchmarks 0.1.1.0 added noMatch added perm and detailed at: http://sebfisch.github.com/haskell-regexp/CHANGES.html Sebastian -- Underestimating the novelty of the future is a time-honored tradition. (D.G.)
participants (1)
-
Sebastian Fischer