help-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Questions about glr.c


From: Matthias Mann
Subject: Questions about glr.c
Date: Tue, 11 Nov 2003 23:11:54 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5) Gecko/20031007

Hello,

I've a few questions about the glr skeleton.

1. Who maintains the file in the CVS and who for the cygwin distribution ?
2. In the current cygwin version (1.875-1) there are casts in the form
  yyset->yystates = (yyGLRState**) malloc (16 * sizeof (yyset->yystates[0]));
and in the CVS they have changed to
  yyset->yystates = YYMALLOC (16 * sizeof yyset->yystates[0]);
but the CVS version won't work when compiled as C++
3. Is there some work in progress to create a C++ GLR Skeleton. I've tried it but my M4 has only crashed without any line/error messages.
4. Why doesn't include the generated .cpp the generated .hpp files ? In it's current state the generated header is useless because it doesn't include the ]b4_pre_prologue[ and it redeclares all the types.
5. There should be a prototype for the yyparse() function in the header.

I can provide a patch to address the issues (2), (4) and (5) if desired.

Ciao Matthias Mann

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]