Module tin::graph

source ·
Expand description

Graph rendering tools for the internal representation of Tin code.

Use this module to diagnose errors encountered in a piece of code. The graph representation aims to provide all of the information available to the Tin compiler.

Structs

An edge in the IR graph.
A graph representation of IR.
A node in the IR graph.