Versions in this module Expand all Collapse all v0 v0.2.0 May 9, 2024 v0.1.1 Nov 16, 2022 Changes in this version + type Document struct + func New(name string, content T) *Document + func (d *Document) Check() error + func (d *Document) Content() bytes.Bytes + func (d *Document) Len() (uint, error) + func (d *Document) NextLexeme() (lexeme.LexEvent, error)