[Haskell-cafe] Monadic parser vs. combinator parser
Jan Stolarek
jan.stolarek at p.lodz.pl
Sun Feb 3 14:46:48 CET 2013
Dnia niedziela, 3 lutego 2013, Doaitse Swierstra napisał:
> Use the uu-parsinglib library, which provides error messages, repairs your
> errors and using its idioms definition you can even write:
>
> inParens c = iI '(' c ')' Ii
>
> I think you cannot get it shorter and with more functionality.
>
> Doaitse
Thanks Doaitse. I know about your parsing libraries and at some point I will switch to using them
(or Parsec). But for now I am more interested in educating myself so I'm trying to write things
from scratch.
Janek
More information about the Haskell-Cafe
mailing list