[Fwd: require gcc language syntax summary]

Zack Weinberg zack@codesourcery.com
Thu Mar 11 07:19:00 GMT 2004


Zhu Chenyang <zhucy@nanjing-fnst.com> writes:

>        I am finding something about gcc language syntax, such as the
> syntax summary of ISO C, which include lexical grammar, phrase
> stucture grammar and preprocessing directives.
>        We are rebuild our static analyzing tool for C/C++ to make it
> accept source files which coded with gcc extentsions to C/C++.
>        We can also rebuild our system only with the infomaitons
> provided by the 5th chapter of the GCC MANUAL(Using and Porting the
> GNU Compiler Collection), but we thought if we would have the syntax
> summary, it would be more credible for us to make modifycations to
> FLEX and BISON.

We're sorry, the document you are looking for does not exist.  You
will have to dig through the source code (notably c-parse.in).

zw



More information about the Gcc mailing list