D-Scanner/scripts
Hackerpilot 4bac2671b4 Fix bug with AST output 2013-11-21 16:29:41 -08:00
..
README.md Fix bug with AST output 2013-11-21 16:29:41 -08:00
importgraph.sh Fix bug with AST output 2013-11-21 16:29:41 -08:00
uml.sh Fix bug with AST output 2013-11-21 16:29:41 -08:00
uml.xsl Fix bug with AST output 2013-11-21 16:29:41 -08:00

README.md

Extra Scripts

Extra scripts that use DScanner to produce their output. These scripts assume a UNIX environment.

importgraph.sh

Displays a graph of the imports of the given D files. Requires Imagemagick and Graphviz

uml.sh

Displays a basic class diagram of classes, structs, and interfaces in the given D file. Requires Imagemagic, XSLTProc, and Graphviz