Grammar of C ISO/IEC 9899:1999

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Wed Mar 1 11:21:00 GMT 2000


> 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


More information about the Gcc mailing list