custom AST library

Andrej Mitrovic andrej.mitrovich at gmail.com
Tue Dec 21 10:18:25 PST 2010


I'm just having a look at this now, looks rather interesting! I'd love
to be able to use some Python-like list comprehension tricks in my D
code.

P.S. not sure if it's your fault, but you're code has spaces between
"q" and "{", which gives a compiler error. q{} has to start without
spaces between q and {.   ;)

On 11/25/10, Alex_Dovhal <alex_dovhal at yahoo.com> wrote:
> Hm... there is some limitations in example code, concerning local variables
> in nested functions... here is workaround   http://pastebin.com/mQaKXaYY
>
>
>


More information about the Digitalmars-d mailing list