This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [Fwd: require gcc language syntax summary]
- From: Zack Weinberg <zack at codesourcery dot com>
- To: zhucy at nanjing-fnst dot com
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 10 Mar 2004 23:18:39 -0800
- Subject: Re: [Fwd: require gcc language syntax summary]
- References: <404FED8B.3030100@nanjing-fnst.com>
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