Is anyone working on a D source code formatting tool?
    Brian Schott via Digitalmars-d 
    digitalmars-d at puremagic.com
       
    Sat Jan 10 14:52:43 PST 2015
    
    
  
On Saturday, 10 January 2015 at 20:18:03 UTC, Walter Bright wrote:
> Has someone made a dfmt, like http://gofmt.com/ ?
I have a module in libdparse that takes an AST and formats it to 
an output range, but it is still fairly primitive at the moment. 
It could probably be made into a real formatter with a few days 
of work.
    
    
More information about the Digitalmars-d
mailing list