Re: [Haskell-cafe] attoparsec and parsec

2009-11-15 Thread Manlio Perillo
Jason Dusek ha scritto: To add to the confusion, I forked `bytestringparser` when I wrote the `json-b` package. The fork is here: http://hackage.haskell.org/package/bytestringparser-temporary/ I have added a number of things to original as well as fixing some problems with it.

Re: [Haskell-cafe] attoparsec and parsec

2009-11-15 Thread Jason Dusek
2009/11/15 Manlio Perillo manlio_peri...@libero.it: I installed attoparsec yesterday without problems. Great; but any package you make with it will also fail to build on Hackage and we won't have browsable docs and so on Did you try to contact the author/maintainer? Yes, I did.

[Haskell-cafe] attoparsec and parsec

2009-11-14 Thread Manlio Perillo
Hi. I'm writing a generic log parsing package, and I'm serching a parser combinators library. Parsing log files is a simple task, so I would like to use the more efficient solution. I have looked at attoparsec source code, and it seems very specialized for lazy bytestrings parsing, so I assume

Re: [Haskell-cafe] attoparsec and parsec

2009-11-14 Thread Jason Dusek
To add to the confusion, I forked `bytestringparser` when I wrote the `json-b` package. The fork is here: http://hackage.haskell.org/package/bytestringparser-temporary/ I have added a number of things to original as well as fixing some problems with it. The reason I went with the