mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-27 22:00:17 +03:00
Fix bug with AST output
This commit is contained in:
parent
c9eb658412
commit
4bac2671b4
5 changed files with 78 additions and 1 deletions
3
scripts/uml.sh
Executable file
3
scripts/uml.sh
Executable 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 -
|
Loading…
Add table
Add a link
Reference in a new issue