Versions in this module Expand all Collapse all v3 v3.0.0 Apr 4, 2026 Changes in this version + type Lexer struct + func New(source Source, config config.GenVarsConfig) *Lexer + func (l *Lexer) NextToken() token.Token + type Source struct + FileName string + FullPath string + Input string