www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Mixins output handling

reply Zarathustra <adam.chrapkowski gmail.com> writes:
Is there a some compiler switch to produce mixins output.

I mean [d_file_with_mixins] -> [d_file_without_mixins].
Oct 30 2009
next sibling parent Trass3r <mrmocool gmx.de> writes:
Zarathustra schrieb:
 Is there a some compiler switch to produce mixins output.
 
 I mean [d_file_with_mixins] -> [d_file_without_mixins].
No, Descent has such a feature though.
Oct 30 2009
prev sibling parent Chris Nicholson-Sauls <ibisbasenji gmail.com> writes:
Zarathustra wrote:
 Is there a some compiler switch to produce mixins output.
 
 I mean [d_file_with_mixins] -> [d_file_without_mixins].
Depending on your needs, you can use pragma(msg,...) to output compile time strings. Useful for quickly double-checking simple code generators. -- Chris Nicholson-Sauls
Oct 31 2009