Documentation
¶
Overview ¶
Package nodeid provides a deterministic, immutable AST node-id path builder. Each Builder holds an immutable path string; Child and Index return new Builders so callers can never mutate shared state.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type Builder struct {
// contains filtered or unexported fields
}
Builder holds an immutable path string identifying a specific AST node.
Click to show internal directories.
Click to hide internal directories.