D:YAML 0.1

Jimmy Cao jcao219 at gmail.com
Tue Aug 16 12:16:44 PDT 2011


This is great!
With std.xml and std.json being somewhat dysfunctional, it's nice to have a
YAML library.

On Tue, Aug 16, 2011 at 1:58 PM, Jacob Carlborg <doob at me.com> wrote:

> On 2011-08-16 20:13, Kiith-Sa wrote:
>
>> D:YAML is a YAML parser library for D.
>>
>> It is mostly compliant with the YAML 1.1 spec, although there are some
>> unsupported features (e.g. recursive data structures).
>>
>> Currently there is only a parser, not an emitter.
>>
>> The API is not yet stable, there will be breaking changes. (e.g. part of
>> the
>> API depends on std.stream and will probably be changed when std.stream is
>> rewritten.)
>>
>> Docs can be found in doc/html in the package. There are some (very) basic
>> tutorials/examples and an API doc.
>>
>> Much of D:YAML code has been ported to D from PyYAML.
>>
>> D:YAML is written in D2. There is no D1 or Tango support, and none is
>> planned.
>>
>> Link: https://github.com/kiith-sa/D-**YAML<https://github.com/kiith-sa/D-YAML>
>>
>
> Interesting, I've been looking for a D YAML library for a while. How is the
> performance, have you made any benchmarks?
>
> --
> /Jacob Carlborg
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/digitalmars-d-announce/attachments/20110816/08bff941/attachment.html>


More information about the Digitalmars-d-announce mailing list