20 Dec
2006
20 Dec
'06
5:56 p.m.
On Sun, Dec 17, 2006 at 12:00:18PM +0900, Joel de Guzman wrote:
Sascha Krissler wrote:
what i need is to analyze the parse tree. so basically i need to access all the information on operators, variables, constants and subexpressions as metafunctions. so a generic expression template framework is exactly what i want. as i want to sort predicates and do other stuff with them, some code may be generic enough to be included.
You might also be interested with Phoenix which exposes the parse tree as fusion sequences.
whats the intended role of proto in spirit2? will phoenix build on it?