On Mon, Jul 30, 2007 at 12:15:16PM -0300, gga wrote: > the like. Albeit there's currently no C++ YAML library,
SYCK: http://whytheluckystiff.net/syck/ is a parser and emitter for YAML written in C . It's targetted at embedding into scripting languages (eg. it's in the RUby core now), but it might be usable in a C++ program too. Jeremy Henty _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

