dmd support for IDEs
Andrei Alexandrescu
SeeWebsiteForEmail at erdani.org
Sun Oct 11 06:57:01 PDT 2009
Lutger wrote:
> digited wrote:
>
>> Walter Bright �����:
>>> The nice thing about an xml file is while D is relatively easy to parse,
>>> xml is trivial.
>> Why file? An IDE can call compiler process and get output with info from
>> stdout, that will be much faster, and if IDE will need to store the info,
>> it will, or will not, itself.
>
> Yes please make it write to stdout!
That's a good idea, but traditionally Unix a program that outputs many
files (such as a compiler) outputs them to named files, with "-"
representing stdin/stdout.
Andrei
More information about the Digitalmars-d
mailing list