On 2015-01-10 23:11, Walter Bright wrote:
Next question - standalone tool, or built in to dmd (like Ddoc)?
Ideally the dmd front end should be available as a library then dfmt should be a separate tool that uses the same front end library as dmd. But I know that we're not there yet.
It's always nice if a tool is built as a library with a with executable on top. This allows for other tools to be built using this library.
-- /Jacob Carlborg