Is there any preprocessor scripting language?

MarisaLovesUsAll via Digitalmars-d digitalmars-d at puremagic.com
Fri Aug 22 06:15:42 PDT 2014


I just want to write something like this:

#ololo script
     foreach(child; findAllChildrens())
     {
         child.insert(
             static void doABarrelRoll() { }
         );
     }
#end

Templates/mixins is not enough for me... maybe because of 
hands.dll error :)


More information about the Digitalmars-d mailing list