On Nov 11, 2012, at 10:54 PM, Walter Bright <[email protected]> wrote:
> > On 11/11/2012 6:51 PM, Jason House wrote: >> If such a thing existed, is it possible to incrementally convert pieces of >> the compiler to D? > > > That would leave the specter of having two headers for the data types, one in > D and one in C++. In general, converting the outer layers of a program first allows the core to remain C++. Compiling natively in D has one header file for everything. Converting everything to C++ has the core C++ header files plus the generated files. In my mind, that still leaves one official version of everything. _______________________________________________ dmd-internals mailing list [email protected] http://lists.puremagic.com/mailman/listinfo/dmd-internals
