"Shammah Chancellor" <[email protected]> wrote in message news:[email protected]... > On 2013-12-03 03:33:32 +0000, Daniel Murphy said: > >> "H. S. Teoh" <[email protected]> wrote in message >> news:[email protected]... >>> On Mon, Dec 02, 2013 at 05:34:12PM +0100, Dicebot wrote: >>>> On Monday, 2 December 2013 at 16:19:11 UTC, H. S. Teoh wrote: >>>>> +1. Can we have multiple alias this? Pretty please? :) >>>> >>>> It think it is all about "pretty pulls please" ;) >>> >>> I know, I know... I just need to find the time to sit down and dig into >>> the dmd code. Unfortunately, unlike Phobos where the code is easy to >>> understand (thanks to being written in D), the dmd code is harder. Well, >>> that, and I just haven't had the time to look over it more carefully. >>> >>> OTOH, there's also the temptation to wait until we've bootstrapped dmd >>> into D, so that I can work with D source code instead of C++. :) >>> >> >> The D version is automatically generated from the C++ version, so time >> spent learning the C++ code would not be wasted. > > Please tell me more. Is this actually happening? Where's it at? >
Yeah. See: http://forum.dlang.org/post/[email protected] http://forum.dlang.org/post/[email protected] Patches against dmd: https://github.com/D-Programming-Language/dmd/pull/1980 Converter tool: https://github.com/yebblies/magicport2 Pull requests marked DDMD: https://github.com/D-Programming-Language/dmd/pulls/yebblies
