SDLang-D v0.8.2 - SDL lib for D (like JSON/XML, but nicer)

Nick Sabalausky SeeWebsiteToContactMe at semitwist.com
Tue Mar 5 19:57:05 PST 2013


SDLang-D is D library to read/write SDL (Simple Declarative Language).
SDL is a data language like JSON or XML, except it's less verbose and
type-aware. Here's an example of SDL:

    // Websites
    SDLang-D "https://github.com/Abscissa/SDLang-D"
    Original_SDL "http://sdl.ikayzo.org/display/SDL/Language+Guide"

Changes in this version:

- Can now output SDL. (Via 'toSDLString()' funcs.)
- Properly handle non-Unix newlines.
- Allow '\r' escape sequences.
- Make DUB package <https://github.com/rejectedsoftware/dub>
- Fixed Windows buildscript.
- Fixed build-docs script so API reference properly excludes private
  modules.
- Rename 'build-unittests' -> 'build-unittest' (for consistency with 
  'bin/sdlang-unittest').



More information about the Digitalmars-d-announce mailing list