[Haskell-cafe] RE: Speedy parsing

2007-07-22 Thread Benjamin Franksen
Re, Joseph (IT) wrote: Ah, I thought I might have to resort to one of the ByteStrings modules. I've heard of them but was more or less avoiding them due to some complexities with installing extra libraries in my current dev environment. I'll try to work that out with the sysadmins and try it

Re: [Haskell-cafe] RE: Speedy parsing

2007-07-22 Thread Thomas Schilling
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