Mainstream D Programming
Anders Bergh
anders1 at gmail.com
Sun Oct 14 04:28:30 PDT 2007
On 10/14/07, Richard Geary <tristram at dial.pipex.com> wrote:
> To solve this, is there a D to C++ converter? Something to parse D code, output it in C++ and build it with existing C++ tools? Whilst this is messy, it would provide the functionality of D to environments which are unable to use the D compiler.
There are 2 options: TDC, this is Gregor's D compiler which compiles
to C... and then there's llvmdc which you can use together with one of
the llvm tools to compile it to C.
http://dsource.org/projects/tdc
http://dsource.org/projects/llvmdc
No idea how complete these are though
Anders
More information about the Digitalmars-d
mailing list