SDL vs. YAML

Andrej Mitrovic andrej.mitrovich at gmail.com
Fri Sep 13 08:03:38 PDT 2013


On 9/13/13, Sönke Ludwig <sludwig at outerproduct.org> wrote:
>> Here's the discussion about JSON vs. YAML vs. SDL on the dub forum:
>>
>> http://forum.rejectedsoftware.com/groups/rejectedsoftware.dub/thread/2/

Can we specify values on multiple lines? E.g. this line:

libs-windows "gdi32" "user32"

To somehow use multi-line instead:

libs-windows
    "gdi32"
    "user32"

Even if we have to use the slash key for continuation (like in some
languages) it would be useful to have, since it's then easy to quickly
comment out a value by commenting out the entire line (well I have a
key shortcut to quickly comment/uncomment a line, I'd like to be able
to use it.).


More information about the Digitalmars-d mailing list