std.conv.parse too finicky?

bearophile bearophileHUGS at lycos.com
Wed Jan 2 09:06:49 PST 2013


Chris:

> Couldn't the parser infer from string[string] that the 
> key:value pairs should be treated as strings, regardless of 
> whether they are quoted or not?

That parser is meant to be used to de-serialize simple D data 
structures printed (serialized) with writeln.

Bye,
bearophile


More information about the Digitalmars-d mailing list