From: Dido Sevilla Date: 2006-11-13T07:02:58+09:00 Subject: Re: Ruby parsing in Ruby On 11/13/06, Wil wrote: > Hrm, I remember stumbling over parsetree, and it seems like the classes > need to already exist in object/class space (at least from the example > that they give). What if you just had a string of the source of the > classes? Perhaps they're one in the same. I should look at Parsetree > a little bit closer. Well, why not eval the string in that case then? Then the classes would exist inside the interpreter.