9 Dec
2011
9 Dec
'11
12:09 a.m.
On 12/08/2011 08:52 PM, paul Fultz wrote:
Hi, Is there a way using Phoenix to do quoting? I would like to do something like this:
quote x("x"); string s = (x< 3 and x> 0)(); //s = "x< 3 and x> 0"
Is there some kind of quote class in Phoenix or a way to create a quote class?
What you want is a Proto transform that converts a tree to a string.