On Jun 6, 2007, at 08:23 , Meinrad Recheis wrote: > On 6/6/07, Ryan Davis <ryand-ruby / zenspider.com> wrote: >> ruby2ruby provides a means of generating pure ruby code easily from >> ParseTree's Sexps. This makes making dynamic language processors much >> easier in ruby than ever before. > > That is exactly what I need for my DSL. I need to regenerate code from > a user-defined block to evaluate it in another interpreter. I will > give it a try. awesome. I hope it works well for you. enjoy.