aboutsummaryrefslogtreecommitdiff
path: root/scripts/use2dot/graphviz.scm (unfollow)
Commit message (Collapse)Author
2022-09-23Move graphviz to main tree.Hugo Hörnquist
2022-06-23Normalize keyword syntax.Hugo Hörnquist
2022-01-31Move use2dot into scripts subdir.Hugo Hörnquist
2021-12-22Complete rewrite of use2dotHugo Hörnquist
Old version tried to leverage guile's built in use2dot, and then modified it to fit my needs. This new version implements its own use2dot, using the same underlying mechanism as guile's built in, giving us FAR greater flexability.