[Haskell-cafe] ANNOUNCE: text and text-icu, fast and
comprehensive Unicode support using stream fusion
Bryan O'Sullivan
bos at serpentine.com
Fri Feb 27 12:03:29 EST 2009
On Fri, Feb 27, 2009 at 7:27 AM, minh thu <noteed at gmail.com> wrote:
> I mean it is straightforward to rewrite attoparsec to use Text instead of
> (Lazy and Strict) Bytestring, but is it the way to go ?
>
My first priority is to write Data.Text.Lazy, since I don't think that it
makes sense to layer a parsing library atop the current Data.Text module.
After that, porting Parsec3 and attoparsec should just be a matter of some
keyboarding.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20090227/a838952a/attachment.htm
More information about the Haskell-Cafe
mailing list