This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Grammar of C ISO/IEC 9899:1999
- To: Bruno dot Deniaud at ens dot insa-rennes dot fr
- Subject: Re: Grammar of C ISO/IEC 9899:1999
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Wed, 1 Mar 2000 20:10:02 +0100
- CC: gcc at gcc dot gnu dot org
- References: <Pine.SOL.3.95.1000301171829.505A-100000@vichy.ens.insa-rennes.fr>
> 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