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').

Reply via email to