On 10 December 2013 13:40, Walter Bright <newshound2@digitalmars.com> wrote:
On 12/9/2013 7:04 PM, Manu wrote:
It would be amazing if there was some real effort put into a convenient tooling
API in the DMD front-end lib.

Generally, the best tools come from people who make them to please themselves, not from people who make them to someone else's spec. I suspect you'd make a very good refactoring tool.

How about it?

Not without a powerful semantic analysis library I wouldn't.
Other's have spent years now on semantic analysis libraries trying to duplicate the understanding of the code that DMD must already have while compiling.