Before we implement SDL package format for DUB
Nick Sabalausky via Digitalmars-d
digitalmars-d at puremagic.com
Tue Aug 26 20:14:14 PDT 2014
On 8/26/2014 3:12 AM, ponce wrote:
>
> - I've actually tested TOML. It has a weird edge case for tables of
> hashes and hashes of tables,
I'm not doubting you, but I'm curious about this. Can you elaborate?
> it's not composable syntax
This too?
> and the worst of
> the bunch as far as I'm concerned. TOML is also whitespace sensitive.
Hmm, ok now I'm wondering if we're even looking at the same TOML. I'm
looking at this:
https://github.com/toml-lang/toml
Or by "whitespace sensitive" are you just talking about being
newline-delimited? For a data language, that doesn't really bother me.
Or have I overlooked something in TOML's description?
More information about the Digitalmars-d
mailing list