Re: [proto] Expression as *other* fusion sequence

2011-08-13 Thread Brandon Kohn
did it here: https://github.com/brandon-kohn/Geometrix/blob/master/geometrix/algebra/expression.hpp Cheers, Brandon Kohn blk...@hotmail.com ___ proto mailing list proto@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/proto

Re: [proto] Defining the result domain of a proto operator

2011-08-26 Thread Brandon Kohn
of problem by tagging the various types in traits structs and then embedding these traits in the transforms for the various operations. Here are examples of my expression, grammar, and binary function definitions: https://github.com/brandon-kohn/Geometrix/blob/master/geometrix/algebra/expr

Re: [proto] Defining the result domain of a proto operator

2011-08-26 Thread Brandon Kohn
On 8/26/2011 11:31 AM, Joel Falcou wrote: These coudl be grammar. Anytime you want to have somethign selecting somethign based on expression structure, it is a grammar. Such metafonction systems ar eusualyl brittle or not extensible enough. Originally I did have more of this tied into grammar,