> [EMAIL PROTECTED] (Martin Erwig) wrote,
> 
> I am wondering what is the best way (in terms of
> easy-to-use and easy-to-install) to use a parser
> for Haskell in Hugs. As far as I know the parsers
> by Sven Panne and Manuel Chakravarty require ghc.

Our Haskell parser library works fine with Hugs:

 
http://www.pms.informatik.uni-muenchen.de/mitarbeiter/panne/haskell_libs/hsp
arser.html

It's not quite complete (it doesn't do fixity resolution, for example), but
it'll probably do what you want.  This parser was the prequel to GHC's new
Happy-based parser.

Cheers,
        Simon


Reply via email to