Versions in this module Expand all Collapse all v1 v1.0.0 Jan 15, 2026 Changes in this version + type Item struct + Pos token.Position + Quoted bool + Token token.Token + Value string + func Tokenize(r io.Reader) []Item + type Lexer struct + func New(r io.Reader) *Lexer + func (l *Lexer) NextToken() Item