<div dir="ltr">On Tue, May 7, 2013 at 12:33 PM, Alexander Kornienko <span dir="ltr"><<a href="mailto:alexfh@google.com" target="_blank">alexfh@google.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">On Tue, May 7, 2013 at 1:50 AM, Sean Silva <span dir="ltr"><<a href="mailto:silvas@purdue.edu" target="_blank">silvas@purdue.edu</a>></span> wrote:<br>
<div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">...<div class="im"><br><div class="gmail_extra"><div class="gmail_quote"><div>In case you weren't aware of it, we have a great YAML library <a href="http://llvm.org/docs/YamlIO.html" target="_blank">http://llvm.org/docs/YamlIO.html</a> which you should use if you go the YAML route (or JSON, which is a subset of YAML).</div>
</div></div></div></div></blockquote></div><br clear="all"><div>I was. We use it to parse JSON compilation databases. This was one of the reasons to propose YAML.</div>
</div></div>
</blockquote></div><br>In fact, I wasn't ;) Turns out that we use YAMLParser for JSON compilation databases, which is a lower-level thing. Thanks for pointing me at YamlIO! BTW, am I going to be the first user of it llvm::yaml::Output if I use it to dump configuration files? ;)</div>
</div>