Skip to content

mcmillco/easy_srcml_visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Easy Graph Visualization of SRCML

$ srcml example/code.java > example/code.srcml
$ srcml2dot example/code.srcml example/code.dot
$ dot -Tpng example/code.dot > example/code_topdown.png
$ neato -Tpng example/code.dot > example/code_spider.png 

Modify srcml2dot.py to add attributes in the same fashion as fontname. See: http://www.graphviz.org/doc/info/attrs.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published