This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Grammar of C ISO/IEC 9899:1999


> I would like to know if it is possible to find a grammar of the C ISO/IEC
> 9899:1999 in a YACC or bison format ?

You can use the grammar of gcc as a starting point, if you
want. However, this grammar might have errors; it certainly has
extensions over the standard - you'll need to check for yourself.

> Moreover, I've seen that GCC support a part of this new standard, but is
> G++ support this standard too ?

No, g++ supports ISO 14882:1998.

Regards,
Martin

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]