digraph diagram { rankdir = LR; "8cc.c" [shape=doublecircle]; "8cc" [shape=rect]; "unlasm.scm" [shape=rect,color=red]; "bfs" [shape=ellipse]; "8cc.unl" [shape=ellipse]; "bfs " [shape=ellipse]; "1" [shape=diamond,style=filled,label="",height=.1,width=.1]; "unlasm.scm" -> "1" [dir=none]; "bfs" -> "1" [dir=none]; "1" -> "8cc.unl"; "2" [shape=diamond,style=filled,label="",height=.1,width=.1]; "8cc" -> "2" [dir=none]; "8cc.c" -> "2" [dir=none]; "2" -> "bfs"; "3" [shape=diamond,style=filled,label="",height=.1,width=.1]; "8cc.unl" -> "3" [dir=none]; "8cc.c" -> "3" [dir=none]; "3" -> "bfs "; }