dmd json file output

Jacob Carlborg doob at me.com
Sun Jan 20 23:42:30 PST 2013


On 2013-01-21 08:27, Walter Bright wrote:
> The current version is pretty verbose. For:

> I find this to be excessive, and it helps to produce truly gigantic
> .json files. I think it's better to just put out the deco for the type:
>
> "type" : "PPPi"
>
> But, you might say, that is not user friendly! Nope, it isn't. But the
> .json output is for a machine to read, not humans, and the deco types
> are very space efficient, and are trivial to convert to whatever data
> structure the reader needs. Much easier than the verbose thing.
>
> What do you think?

Is there any documentation for these, or do we have to find it in the 
compiler sources?

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list