as a part of a bigger project i create a graphical yaml-file editor in c++ (and Qt). I use the yaml-cpp library and everything works fine. Ist it possible to parse comments, too? Writing comments is no problem, but i did not find a solution to read them.
Thanks in advance, Filip