Module layout::gv

source ·
Expand description

A module that contains everything that has to do with handling the GraphViz file format (parsing, building a compatible graph, etc.)

Re-exports§

Modules§

  • A graph builder that converts parsed AST trees to graphs.
  • GraphViz file format parser.
  • A collection of helper functions that are related to records. Records are recursive data-structures that contain boxes and labels. This is where you can find code for figuring out sizes and finding the location of a named ‘port’.