29 Aug
2011
29 Aug
'11
7:33 p.m.
On Mon, Aug 29, 2011 at 7:10 PM, Tim Blechmann
hi all,
i wonder, does anyone have a boost-style parser for yaml? boost.propertytree lists yaml as one of the future parsers, has there been some progress on that?
thanks, tim
Hi, I'm not sure about *boost-style* compliance... But this: http://code.google.com/p/yaml-cpp/ is a very good library. Current version (0.2.6) has still problem with "inf" values, but it seems it has been fixed (see recent changes). I use it for parsing my configuration files and I can say it works very well (for my needs). Best, -- Marco