[Haskell-cafe] Re: Wiki software?
Antoine Latter
aslatter at gmail.com
Mon Nov 23 13:29:18 EST 2009
On Sun, Nov 22, 2009 at 11:56 AM, Antoine Latter <aslatter at gmail.com> wrote:
>
> Running 'pandoc --strict' over the Markdown readme.text takes:
>
> ~0.09s with pandoc built against parsec-2
> ~0.19s with pandoc built against parsec-3
>
> on my machine.
>
> I have a branch of parsec-3 which seems to brings us back to parsec-2
> numbers, but also fails the rst-reader test-case in the pandoc testing
> suite:
>
> http://community.haskell.org/~aslatter/code/parsec/cps
In reply to my own post, the branch of parsec posted now passes all of
the pandoc test cases.
If there are any other consumers of the parsec library that have tests
I can run let me know.
The 'many' combinator is one of those things that can look right, be
wrong, yet work for almost everything.
Antoine
More information about the Haskell-Cafe
mailing list