Versions in this module Expand all Collapse all v0 v0.1.0 Jul 18, 2026 Changes in this version + func MakeID(qname, lang string, startByte int) string + type ParseResult struct + Edges []types.Edge + Nodes []types.Node + Path string + Pending []PendingRef + type Parser interface + Extensions func() []string + ParseFile func(path string, src []byte) (*ParseResult, error) + Resolve func(results []*ParseResult) (*ResolvedGraph, error) + type PendingRef struct + ByteOffset int + DispatchKind string + EdgeType types.EdgeType + HintFile string + Line int + Order int + SrcID string + TargetQName string + type Registry struct + func NewRegistry() *Registry + func (r *Registry) For(path string) Parser + func (r *Registry) Register(p Parser) error + type ResolvedGraph struct + Edges []types.Edge + Nodes []types.Node