
14 Mar
2013
14 Mar
'13
2:01 p.m.
On 03/14/2013 03:53 PM, Duncan Coutts wrote:
Hi folks,
Why did I choose parsec? Practicality dictates that I can only use things in the core libraries, and the nearest thing we have to that is the parser lib that is in the HP. I tried to use happy but I could not construct a grammar/lexer combo to handle the layout (also, happy is not exactly known for its great error messages).
Just thinking out loud here, but what about ditching the current format for something that's simpler to parse/generate? Like, say, JSON? Regards,