[Haskell-cafe] List-based ini parser?

Francesco Ariis fa-ml at ariis.it
Sat Jul 4 01:45:05 UTC 2015


On Sat, Jul 04, 2015 at 01:41:16AM +0000, Mike Meyer wrote:
> Have you thought writing your own little Parsec parser? Probably not
> > the answer you were wishing for, but you could cannibalise this weirdly
> > written .ini parser [1] and change the upper level functions to suit
> > your needs.
> >
> 
> Was there a link in there? I didn't see one. And yes, I've thought of
> writing my own parser for it. I figured I'd make one last check for a
> library before doing that.

Meh, silly me, here's the link
http://codereview.stackexchange.com/questions/2253/ini-file-parser-in-haskell


More information about the Haskell-Cafe mailing list