Subject: Re: [boost] [spirit][qi] Dynamically combine Boost.Spirit.Qi rules at runtime
From: Roland Bock (rbock_at_[hidden])
Date: 2011-05-11 15:58:06


On 05/11/2011 09:13 PM, Daniel F. wrote:
> Hello Roland,
>
> that looks like an interesting way of doing it, I will keep it in
> mind. The reason why I'm not entirely convinced is that it requires to
> build another layer of grammar/rules and parsing machinery on top of
> Boost.Spirit.Qi. It seems to me that such a task should be possible to
> solve within the confines of Boost.Spirit.Qi using the rule
> composition functionality that is already there.
>
> Best regards,
> Daniel

Hi Daniel,

agreed, it would be much nicer to use Qi mechanisms for this purpose, only.

Regards,

Roland