On Thu, 28 Aug 2014 19:54:13 +0100, Dejan Lekic wrote:

For the record, I would prefer YAML or TOML of all formats...

I have to agree that TOML looks like a better choice now.
SDL isn't used anywhere http://sdl.ikayzo.org/display/SDL/Projects+Using+SDL.
And the fact that it's a tag+attribute format like XML make it much harder to map to JSON, e.g. we'd need separate documentation and it's 2 very different formats to learn.

TOML on the other hand maps directly to JSON. Meaning we don't need a new internal data type and can share the documentation.
Also it has a lot more momentum.
https://github.com/toml-lang/toml#projects-using-toml

Simple decision IMO.

Now we just need to get the parser in shape and we're done before next week.
https://github.com/iccodegr/toml.d