[Haskell-cafe] Re: RE: Speedy parsing
Benjamin Franksen
benjamin.franksen at bessy.de
Sun Jul 22 19:46:45 EDT 2007
Thomas Schilling wrote:
> On 22 jul 2007, at 23.46, Benjamin Franksen wrote:
>> On a different note: I've been wondering how difficult it would be to
>> re-write Parsec so that it doesn't act on a /list/ of tokens but on a
>> Sequence (defined in Data.Collections from collections package).
>> Because
>> this would mean one could use String as well as ByteString.
>
> That's (Summer of Code) work in progress:
>
> http://code.google.com/soc/2007/haskell/appinfo.html?
> csaid=B97EF4562EF3B244
Thanks, this is excellent news.
Ben
More information about the Haskell-Cafe
mailing list