
23 Nov
2009
23 Nov
'09
1:29 p.m.
On Sun, Nov 22, 2009 at 11:56 AM, Antoine Latter
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:
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