Expand description
Structural diff between two TLExpr trees.
Identifies additions, removals, and modifications at each node in the expression tree. Useful for debugging incremental compilation and tracking rule evolution.
Structs§
- Diff
Entry - A single diff entry at a specific path in the expression tree.
- Expr
Diff - Complete diff result between two expressions.
Enums§
- Diff
Kind - Kind of change between two expression nodes.
Functions§
- expr_
diff - Compute the structural diff between two expressions.
- expr_
type_ tag - Get a short type tag for an expression variant.