This is great!<div>With std.xml and std.json being somewhat dysfunctional, it's nice to have a YAML library.<br><br><div class="gmail_quote">On Tue, Aug 16, 2011 at 1:58 PM, Jacob Carlborg <span dir="ltr"><<a href="mailto:doob@me.com">doob@me.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div><div></div><div class="h5">On 2011-08-16 20:13, Kiith-Sa wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
D:YAML is a YAML parser library for D.<br>
<br>
It is mostly compliant with the YAML 1.1 spec, although there are some<br>
unsupported features (e.g. recursive data structures).<br>
<br>
Currently there is only a parser, not an emitter.<br>
<br>
The API is not yet stable, there will be breaking changes. (e.g. part of the<br>
API depends on std.stream and will probably be changed when std.stream is<br>
rewritten.)<br>
<br>
Docs can be found in doc/html in the package. There are some (very) basic<br>
tutorials/examples and an API doc.<br>
<br>
Much of D:YAML code has been ported to D from PyYAML.<br>
<br>
D:YAML is written in D2. There is no D1 or Tango support, and none is<br>
planned.<br>
<br>
Link: <a href="https://github.com/kiith-sa/D-YAML" target="_blank">https://github.com/kiith-sa/D-<u></u>YAML</a><br>
</blockquote>
<br></div></div>
Interesting, I've been looking for a D YAML library for a while. How is the performance, have you made any benchmarks?<br>
<br>
-- <br><font color="#888888">
/Jacob Carlborg<br>
</font></blockquote></div><br></div>