DDMD and such.
Jonathan M Davis
jmdavisProg at gmx.com
Wed Sep 28 12:59:52 PDT 2011
On Wednesday, September 28, 2011 23:55:42 Gor Gyolchanyan wrote:
> Damn! a library lexer and parser of D! I think we'll eventually drop
> the "compile-time only" restriction from mixins! :-)
How? Code needs to be compiled regardless. Sure, you could process and
generate string mixins using them (assuming that they're appropriately CTFE-
able), but you still don't get code until you actually compile it.
- Jonathan M Davis
More information about the Digitalmars-d
mailing list