Expand description

Defines data types for the graphs produced by the graph DSL

Structs§

  • A set of attributes associated with a graph node or edge
  • An edge between two nodes in a graph
  • A graph produced by executing a graph DSL file. Graphs include a lifetime parameter to ensure that they don’t outlive the tree-sitter syntax tree that they are generated from.
  • A node in a graph
  • A reference to a graph node
  • A reference to a syntax node in a graph

Enums§

  • The value of an attribute