DMD's lexer available on code.dlang.org

Rikki Cattermole via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Sun Jan 4 16:16:41 PST 2015


On 5/01/2015 2:39 a.m., Daniel Murphy wrote:
> "Rikki Cattermole"  wrote in message news:m8be2m$1dlp$1 at digitalmars.com...
>> I saw that. I'm really looking forward to getting my teeth into it and
>> doing some good old refactoring. Although that will be a while because
>> of the auto generated thing.
>
> There's plenty of refactoring to be done on the C++ side too.

What I want to do is D side unfortunately. I just hate to see large 
lists in e.g. globals with constructors. When they can be dealt with a 
simple array and a bit of CTFE magic.


More information about the Digitalmars-d-announce mailing list