From: Pit Capitain Date: 2007-01-30T20:39:48+09:00 Subject: Re: Working with the parse tree in Ruby? Vladimir Konrad schrieb: > well, i have a use case (but this is doable, i think, with existing ruby > using code generation and eval). > (...) Vlad, thanks for your example. I too think that you can use eval to build the code. Further, it seems that you could implement a recursive solution without using eval at all. The macros I have toyed with took some existing Ruby code and then changed it according to some rules. Regards, Pit