Re: Haskell Parser in Hugs

1999-07-27 Thread Manuel M. T. Chakravarty
[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. I didn't write a parser for parsing Haskell - I only

Re: Haskell Parser in Hugs

1999-07-27 Thread Sven Panne
Simon Marlow wrote: [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. [...] Our Haskell parser library works fine with Hugs: [...] It's not quite complete (it doesn't do fixity

Re: Haskell Parser in Hugs

1999-07-27 Thread Marko Schuetz
"Martin" == Martin Erwig [EMAIL PROTECTED] writes: Martin I am wondering what is the best way (in terms of Martin easy-to-use and easy-to-install) to use a parser Martin for Haskell in Hugs. As far as I know the parsers Martin by Sven Panne and Manuel Chakravarty require ghc. There is also

Re: Haskell Parser in Hugs

1999-07-26 Thread Malcolm Wallace
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. You could try using the parser from nhc98, written using space-efficient parser combinators