Can we look at https://jvyaml.dev.java.net/ (which is a port from
http://pyyaml.org/wiki/PyYAML)? As a side note, what does the license
say
about basing the implementation of other projects code?
Myles E.
Mobile: +61-409-293-183
MadPilot Productions
URL: http://www.madpilot.com.au http://www.madpilot.com.au/
Phone: +618-9467-7651
Fax: +618-9467-6289
Try our time tracking system: 88 Miles!
http://www.88miles.net http://www.88miles.net/
From: [email protected]
[mailto:[email protected]] On Behalf Of Peter Bacon
Darwin
Sent: Friday, 1 February 2008 18:47
To: [email protected]
Subject: Re: [Ironruby-core] YAML for .NET
Yep I did take a look at that project. It is only partially complete
and
doesn’t show any signs of further development; it was written by some
CompSci students as a project for their course and they are now busy
with
other stuff. They probably weren’t allowed to use the reference
implementations for their work so their implementation is rather
different
from the standard model and I also had some concerns about their use of
exceptions in the everyday logic. So I thought it best to start from
scratch and try to stick more closely, algorithmically, to the PyYaml
reference.
What do people think? I don’t expect to do all the implementation
myself so
would appreciate if anyone else wanted to get involved.
Pete
From: [email protected]
[mailto:[email protected]] On Behalf Of Slavo F.
Sent: Friday,01 February 01, 2008 09:08
To: [email protected]
Subject: Re: [Ironruby-core] YAML for .NET
hi Pete!
There already is a .NET YAML implementation under Gnu Lesser Public
License
on sourceforge.net → http://yaml-net-parser.sourceforge.net/. I do not
know
in what state it is, but you can take a look.
regards,
Slavo.
On Feb 1, 2008 9:07 AM, Peter Bacon D. [email protected]
wrote:
Has anyone made any progress with creating a YAML processor for .NET? I
know that some people made some noise about it last Autumn.
Since there hasn’t been any more info I thought I would take it on and
set
up an open source project for it
(Google Code Archive - Long-term storage for Google Code Project Hosting.).
It uses the Gnu Lesser Public License, which should be OK for use in
IronRuby, etc.
Let me know if you are already doing something similar or would like to
participate.
Pete