Boost logo

Boost :

Subject: Re: [boost] Library for configuration file parsing
From: Denis Shevchenko (for.dshevchenko_at_[hidden])
Date: 2010-12-02 10:15:54


On 02.12.2010 17:58, Hartmut Kaiser wrote:
> All of your stated goals could be achieved by using Spirit underneath as the
> parser engine for your config file format, no?
>
> Regards Hartmut
Strictly speaking, yes.

Be honest, I did not use Spirit because (imho) it's difficult-to-study
library. I may be wrong, but I was easier to write own parser engine
using Boost.String algo, Boost.Regex and std::algorithm (the more so
becausethe complexity of parsing there is not so high).

- Denis


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk