Re: Happy bug

2007-04-17 Thread Simon Marlow
Isaac Dupree wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Simon Marlow wrote: Thanks for letting me know about the email rejection. Cheers, Simon I got the same when trying to report a bug in alex - did that report get through to you, or should I send it again? On the other hand,

Re: Happy bug

2007-04-16 Thread Dinko Tenev
On 4/16/07, Isaac Dupree <[EMAIL PROTECTED]> wrote: The code generated by Alex is perfectly good Haskell98+cpp, except: #if __GLASGOW_HASKELL__ >= 603 #include "ghcconfig.h" #else #include "config.h" #endif If that "else" is modified to only trigger if we're using GHC at all[1], then plain C p

Re: Happy bug

2007-04-16 Thread Isaac Dupree
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Simon Marlow wrote: > Thanks for letting me know about the email rejection. > > Cheers, > Simon I got the same when trying to report a bug in alex - did that report get through to you, or should I send it again? On the other hand, I've just upgra

Re: Happy bug

2007-04-16 Thread Simon Marlow
Stefan O'Rear wrote: [EMAIL PROTECTED]:~/cadt/src$ happy Parser.y happy: parE [EMAIL PROTECTED]:~/cadt/src$ A little code examination seems to show that this error cannot occur for correct grammars. But still - it's not helpful. I would prefer to see the actual first error rather than none of

Happy bug

2007-04-13 Thread Stefan O'Rear
[EMAIL PROTECTED]:~/cadt/src$ happy Parser.y happy: parE [EMAIL PROTECTED]:~/cadt/src$ A little code examination seems to show that this error cannot occur for correct grammars. But still - it's not helpful. I would prefer to see the actual first error rather than none of the errors. Parser.y i