std.conv.parse too finicky?

Chris wendlec at tcd.ie
Wed Jan 2 10:23:42 PST 2013


On Wednesday, 2 January 2013 at 17:22:57 UTC, monarch_dodra wrote:
> On Wednesday, 2 January 2013 at 17:02:48 UTC, Chris wrote:
>
> You could reduce burden by using raw strings:
>
> auto asso = `["key1":"value1", "key2":"value2"]`;
>
Yes, I just thought it might be handy for reading user defined 
files like localization files etc, like this one (without quote).
[
Close:Cerrar,
Open:Abrir,
...
]

Sure, I can write my own parser as usual :-)


More information about the Digitalmars-d mailing list