How can I dump an expression into log and execute it

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Sun Jul 13 03:19:25 PDT 2014


On 2014-07-12 01:02, Dicebot wrote:

> Whatever is ideal solution, we better focus on something practical that
> can be realistically added to the language within current priorities
> (stability, minimizing addition of new features, clearing corner cases
> etc.)

Funny thing you should mention "minimizing addition of new features". 
That's exactly what AST macros are for. Just the recent addition of 
supporting C++ namespaces could have easily been implemented with AST 
macros.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list