An example of Clang error messages
Walter Bright
newshound1 at digitalmars.com
Fri Mar 5 02:24:51 PST 2010
Jacob Carlborg wrote:
> If you want to create an application or library that uses a D front end,
> for example an IDE with refactoring and autocompletion, you are forced
> to write it in C++ and use the GPL license. BTW the DMD front end is
> probably not very good for this sort of things.
An easy (but admittedly incomplete) solution to this is to have dmd
generate json output, which is easily imported by an IDE.
More information about the Digitalmars-d
mailing list