Request for comments: std.d.lexer
Jonathan M Davis
jmdavisProg at gmx.com
Tue Feb 5 02:46:05 PST 2013
On Tuesday, February 05, 2013 01:07:48 Jonathan M Davis wrote:
> I don't have a lot of time to work on my lexer at the moment, but I'd really
> like to get it done soon, and I have most of the features in place.
> Unfortunately, when I went to try and work on it again the other day, the
> code wasn't compiling anymore, and I need to figure out why. I suspect that
> it's a regression related to string mixins, but I have to investigate
> further to sort it out.
It turns out that it has nothing to do with string mixins (though it does have
to do with CTFE):
http://d.puremagic.com/issues/show_bug.cgi?id=9452
Fortunately, there's a simple workaround that'll let me continue until the bug
is fixed.
- Jonathan M Davis
More information about the Digitalmars-d
mailing list