www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - export to .h

Hi.

I am investigating the possibility of writing our next version of our 
client server product in D. Our clients already use a C API and backward 
compatibility is required.

So an easy way to extract a .h file from D source (members with export 
protection only), would be nice. Is there one available?

Extraction of functions, structs, enums and constants, with  code 
comment blocks would be nice to have.

If not I guess I have an exercice in regular expressions ahead of me :).

regards
	Frerdrik Olsson
Aug 08 2005