Expand description
Backend for DOT (Graphviz).
This backend writes a graph in the DOT language, for the ease of IR inspection and debugging.
Structsยง
- Configuration options for the dot backend
- Prefixed ๐
- Statement
Graph ๐Stores information about the graph of statements - Targets ๐Stores the target nodes for control flow statements
Constantsยง
- COLORS ๐set39 color scheme from https://graphviz.org/doc/info/colors.html
Functionsยง
Type Aliasesยง
- NodeId ๐Identifier used to address a graph node