Open vchuravy opened 5 years ago
FYI, I started playing with code visualizations in https://github.com/tkf/ShowCode.jl. It's integrated with Cthulhu.BOOKMARKS
.
FWIW, I think implementing something on a lower layer (TypedCodeUtils?) than Cthulhu would be nicer.
Would be fabolous to add some pretty printing for the CFG and dominator trees.
Keno apparently uses this snippet for DomTrees. We could use
dot
for the CFG likeopt
does it.