any tool to at least partially convert C++ to D (htod for source

Walter Bright newshound1 at digitalmars.com
Wed Mar 10 11:10:19 PST 2010


Ellery Newcomer wrote:
> Maybe do a bit of analysis that can tell whether any static ctors in a 
> module use symbols from any other module and use that to determine 
> module dependencies?

This is a transitive thing. Furthermore, if you do anything nontrivial, 
you'll be referencing other module symbols. And finally, if you add some 
debugging code like a print statement, suddenly your code will no longer 
run.



More information about the Digitalmars-d mailing list