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 <o...@cs.otago.ac.nz> wrote:

>
> 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
>
>


-- 
Regards,
Kashyap
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to