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