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]
Other format: [Raw text]

Re: [Fwd: require gcc language syntax summary]


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


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