xdc: A hypothetical D cross-compiler and AST manipulation tool.

Kagamin spam at here.lot
Thu Jul 18 03:26:22 PDT 2013


llvm should be platform-independent enough, so you have ldc. But 
the problem with D is that it has more features than C/C++, so if 
you output C code you can only use C features, or you have to 
implement druntime+phobos for the target platform, which doesn't 
come for free.


More information about the Digitalmars-d mailing list