
3 Feb
2013
3 Feb
'13
1:46 p.m.
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