D UML Generator

A perl script that will scan a director containing D source code files and output a text file readable by DOT.

I needed a better way to visualize the design of my game project, and was reading about DOT. This program was written by my housemate as a sort of competition between his perl skill and my python skill. He won. Partly because I had other homework to do, and partly because he is skilled at this sort of thing. The script is posted here with his permission.

Download