[Haskell-cafe] Parselib sample
Richard O'Keefe
ok at cs.otago.ac.nz
Tue Jun 1 21:42:06 EDT 2010
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.
https://launchpad.net/ubuntu/hardy/+source/frown/0.6.1-6
More information about the Haskell-Cafe
mailing list