Link to home
Start Free TrialLog in
Avatar of stefan73
stefan73Flag for Germany

asked on

Standalone C preprocessor source

I'm looking for a source code for a simple C preprocessor. It should be fast, compact and ISO99-compliant. I don't need too many command-line features, -D -U and -I are sufficient. It should run on a U*IX environment (mainly Solaris, but Cygwin would be very helpful, too).

gcc's cpp is too complex for what I have in mind, and Decus cpp lacks proper ISO compatibility.

Any ideas?
Avatar of JugglerW
JugglerW

Perhaps this helps. Is not free ($19) but should this worth if it helps you:

http://www.c-compiler.com/
This may also be interesting for you:

http://www.thefreecountry.com/compilers/cpp.shtml
Avatar of sunnycoder
Hi stefan73,

See if you can use this
http://www.nothingisreal.com/gpp/

Sunnycoder
ASKER CERTIFIED SOLUTION
Avatar of sunnycoder
sunnycoder
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of stefan73

ASKER

sunnycoder,

wave looks quite promising. I like what I saw on the Spirit library pages.
Let's see how fast it is.