On 2/6/2013 6:03 AM, Andrei Alexandrescu wrote:
This is in a way worse because there's a tidbit of syntax for each element. I'm
thinking:

spec = "orange";
version = "1.0.0";
author = "Jacob Carlborg";
type = "library";
files = ["a.d", "b.di"]; // an array of source files

That's close enough to JSON to suggest: why not use JSON syntax?

Reply via email to