
2 Dec
2010
2 Dec
'10
3:15 p.m.
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