Data.Text for parsec3
Antoine Latter
aslatter at gmail.com
Wed Feb 9 05:13:44 CET 2011
On Tue, Feb 8, 2011 at 7:48 PM, Kazu Yamamoto <kazu at iij.ad.jp> wrote:
> Hello,
>
> I would like to add Data.Text support to parsec3. The following is
> a sample implementation.
>
> https://github.com/kazu-yamamoto/parsec3/commit/58c268c37e54a470c841c3ef5ecb7722f625552e
>
> If there is no problem, please merge it to parsec3.
>
Hello,
The package parsec3 on Hackage
(http://hackage.haskell.org/package/parsec3) is maintained by
Christian Maeder, so you should send patches to him.
I maintain the library that it was forked from (parsec -
http://hackage.haskell.org/package/parsec) and would also welcome
suggestions :-)
I'm not sure that the libraries at haskell.org is the best place to send
patches. If you're interested in a wider discussion,
haskel-cafe at haskell.org is a great place to get feedback.
Have you done any benchmarks for parsec Data.Text values? I had
thought that most folks who have measured it have ended up not too
happy.
Take care,
Antoine
> Regards,
>
> --Kazu
>
> _______________________________________________
> Libraries mailing list
> Libraries at haskell.org
> http://www.haskell.org/mailman/listinfo/libraries
>
More information about the Libraries
mailing list