Expand description
A graph representation for computing tree diffs.
Structs
- Vertex 🔒A vertex in a directed acyclic graph that represents a diff.
Enums
Functions
- Does this node look like punctuation?
- Pop as many parents of
lhs_node
andrhs_node
as possible. Return the new syntax nodes and parents. - Compute the neighbours of
v
if we haven’t previously done so, and write them to the .neighbours cell insidev
.