cccp.c (macro processor)

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Thu Feb 17 14:27:00 GMT 2000


> 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


More information about the Gcc mailing list