This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: cccp.c (macro processor)
> So I ask you to just say something briefly about the architecture of
> cccp.c(the C preprocessor), the main internal techniques
> involved....
You didn't explain the reasons for asking, and it sounds to me like a
homework assignment. On the 'net, we let people usually make their
homework themselves.
There is not much architecture in cccp anyway; it is a
straight-forward C preprocessor. It reads the source code by opening
various inputs, and produces a single output. If you want to know
details, please ask for them specifically.
Regards,
Martin