l8night
Joined: 03 May 2004 Posts: 32 Location: UK
|
Posted: Sun Dec 06, 2009 7:09 pm Post subject: Uploaded YAML Parser ..... |
|
|
I've put some D sources (dmd 2.x) into http://www.dsource.org/projects/l8night/browser/parsers
these are a D port of http://www.codeproject.com/KB/recipes/yamlparser.aspx
the basic stuff seems to work, currently is a little scrappy as I've only just got it working (C# and D are so close there was only a few changes) but debugging D is a real pain (just about got stepping under visual studio to work). and having to declare out both on the call and func in c# I now think is a good idea, there where a couple of bugs that where due to me deleting out from the func without realising it.
anyway I intent to put this into a project of it's own later ... but for now the code is safe and online for others to have a quick looks at it. |
|