sebfisch / haskell-regexp

Regular Expression Matching in Haskell
http://sebfisch.github.com/haskell-regexp/
Other
34 stars 5 forks source link

correctness tests #6

Closed sebfisch closed 14 years ago

sebfisch commented 14 years ago

Create a binary that parses and executes AT&T's regression tests.

sebfisch commented 14 years ago

initial implementation: cd3148c2037869de5fe4c80ab070dfed61f935e3.

AT&T tests would still be worthwile.

sebfisch commented 14 years ago

We could use QuickCheck or SmallCheck to test properties like the following:

sebfisch commented 14 years ago

QuickCheck tests for equivalence of algorithm with specification are in src/quickcheck.lhs