Versions in this module Expand all Collapse all v12 v12.1.9 Aug 12, 2022 Changes in this version + const Begin + const End + type Lexer struct + func New(src string) *Lexer + func (l *Lexer) NextDynamicToken() (t token.Token) + func (l *Lexer) NextToken() (t token.Token) + func (l *Lexer) PeekNextTokenType() token.Type