
4 Jul
2015
4 Jul
'15
1:45 a.m.
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-haskel...