Friday, 15 April 2011

haskell - Unit tests of Parsec? -



haskell - Unit tests of Parsec? -

where can find tests implementation of parsec?

there aren't on parsec's darcs repository.

note: i'm not asking how write tests parsec parser, i'm looking tests of parsec library itself.

there test/benchmark suite parsec called pbench. seems lost sands of time: http://web.archive.org/web/20030818092724/http://www.cs.uu.nl/people/daan/pbench.html

there's no current unit test/regression suite parsec know of. see give-and-take here: http://permalink.gmane.org/gmane.comp.lang.haskell.libraries/14479

a test suite could built without much work leaning on 1 written attoparsec: https://github.com/bos/attoparsec/tree/master/tests

haskell parsec

No comments:

Post a Comment