
11 May
2011
11 May
'11
7:58 p.m.
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