boost-style yaml parser
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
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
participants (2)
-
sguazt
-
Tim Blechmann