enso/tools/graphmod
2020-04-14 17:00:51 +01:00
..
README.md Fix warnings, docs, and repo structure (#651) 2020-04-14 17:00:51 +01:00
run.sh Fix warnings, docs, and repo structure (#651) 2020-04-14 17:00:51 +01:00

Graphmod

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.