Subject: Re: [boost] template-defined regexp proposal
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2011-01-31 07:35:31


On 31/01/2011 13:22, Vit Stepanek wrote:

> Well, how is spirit or xpressive different from what all the regexp
> interpreters do?

They build their engine through composition of template objects. (well
actually, it's more powerful than that, they can even access the
composition tree directly and modify it)