enso/tools/graphmod/README.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
326 B
Markdown
Raw Normal View History

# Graphmod
2020-07-21 15:59:40 +03:00
Graphmod is a utility script for generating `DOT` graphs as images from the
output of various stages of the Enso core language. It is very helpful for:
- Debugging issues with the links in the graph.
- Visualising the structure of the graph.
- Visualising performance problems due to spurious links in the graph.