Fix bug with AST output

This commit is contained in:
Hackerpilot 2013-11-21 16:29:41 -08:00
parent c9eb658412
commit 4bac2671b4
5 changed files with 78 additions and 1 deletions

3
scripts/uml.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/bash
dscanner $1 --ast | xsltproc uml.xsl - | dot -Tpng > $(basename $1 .d).png
#dscanner $1 --ast | xsltproc uml.xsl - | dot -Tpng | display -