
2 Jun
2010
2 Jun
'10
11:40 a.m.
Thanks Stephen,
I'll look at the Parsec documentation ... I'd certainly be interested in the
article. But I thought Parsec was conceptually same as Parselib ... is that
not the case?
Regards,
Kashyap
On Wed, Jun 2, 2010 at 7:12 AM, Richard O'Keefe
On Jun 2, 2010, at 6:45 AM, Stephen Tetley wrote:
There's a C parser for Happy (LR) - I long while ago I converted this to Frown (also LR) - both Happy and Frown are parser generators that take a grammar description and generate a Haskell module that implements the Parser. Personally I prefer Frown, I find the input syntax a bit nicer than Happy but unfortunately Frown has disappeared since its author Ralf Hinze moved to Oxford.
It hasn't _entirely_ disappeared.
-- Regards, Kashyap