Related articles |
---|
looking for C pre-processor dgurchenkov@excelsior-usa.com (Denis Gurchenkov) (2001-11-05) |
Re: looking for C pre-processor john_bode@my-deja.com (2001-11-08) |
Re: looking for C pre-processor adamo@dblab.ece.ntua.gr (2001-11-08) |
Re: looking for C pre-processor spinoza1111@yahoo.com (2001-11-08) |
From: | spinoza1111@yahoo.com (Edward G. Nilges) |
Newsgroups: | comp.compilers,comp.lang.c |
Date: | 8 Nov 2001 01:21:31 -0500 |
Organization: | http://groups.google.com/ |
References: | 01-11-021 |
Keywords: | C |
Posted-Date: | 08 Nov 2001 01:21:31 EST |
"Denis Gurchenkov" <dgurchenkov@excelsior-usa.com> wrote
> Could somebody point me to a C pre-processor that is provided with
> source code? It NEED NOT BE FREE - our customer agrees to pay for it.
> The most important properties are product quality and
> ease-of-modification.
I hope my response is useful, Denis.
I wrote a C preprocessor ten years ago and lost it, using C itself as
the development language. Since preprocessing is basically text
editing, it may not be difficult to roll your own. Unlike PL/I (which
had an enormously ambitious preprocessor that allowed you to use most
of the runtime features of PL/I, the syntax of C is fairly simple.
Since that time I have written "the" preprocessor for a simpler syntax
(that of Visual Basic) a few times. Again, it seemed a simple task.
I'm wary of my suggestion, for the customer may be tempted to request
cool features, and this will increase the development time.
Return to the
comp.compilers page.
Search the
comp.compilers archives again.