
25 Jan
2008
25 Jan
'08
8:45 a.m.
On Jan 24, 2008 10:34 PM, Matthew Pocock
Would a bytestring-backed implementation of parsec solve my problems? Is there such a beast out there?
I'm working on one as a part of another project. It's not incremental and needs some optimizing (I've focused on correctness so far.) I don't think it solves your problem though as you'll only save a constant amount of memory by using ByteStrings over Strings and it may not be enough. I also don't know how to integrate it with HXT. In case you want to have a look anyway you can find it here: http://darcs.johantibell.com/hyena/Hyena/ByteStringParser.hs -- Johan