Versions in this module Expand all Collapse all v1 v1.6.2 Mar 17, 2020 v1.6.1 Mar 17, 2020 v1.0.1 Mar 12, 2020 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