Versions in this module Expand all Collapse all v0 v0.0.1 May 18, 2026 Changes in this version + type File struct + Idents []Ident + func Parse(content []byte) *File + type Ident struct + Kind Kind + Name string + Offset int + func (id Ident) End() int + type Kind uint8 + const Data + const Global + const Invalid + const Label + const Ref + const Text + func (k Kind) String() string