
9 Dec
2011
9 Dec
'11
10:34 p.m.
On 12/09/2011 09:54 PM, paul Fultz wrote:
Thanks, for the response, but wouldnt I use an actor? I want to be able to quote several variables like this: quote x("x"); quote y("y"); string s = x+ y;// s = "x + y"
I would assume that the quote class would be an actor, but can I transform the tree with an actor? Or would I need to write an actor that outputs a string for every operator? Is there a easy way to do this?
Read the Proto documentation. You don't need Phoenix at all (and probably can't use it to do this)