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

2013-03-13 Thread Nick Sabalausky
On Wed, 13 Mar 2013 06:35:45 +0100 Kagamin s...@here.lot wrote: As I understand, SDL doesn't support allman style of curly braces? Correct. This is because tags in SDL are newline-terminated. (It would be possible to allow it as a special-case, but I want to stay compatible SDL's official

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

2013-03-12 Thread Kagamin
On Wednesday, 6 March 2013 at 03:57:09 UTC, Nick Sabalausky wrote: 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

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

2013-03-06 Thread Dan Olson
Now this is very good. I so badly have wanted the simple data rep that lisp has builtin and this is almost it. XML, in my opinion, is ugly and overly verbose. JASON was better. SDL looks to be just about right. -- dano

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

2013-03-05 Thread Nick Sabalausky
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