Versions in this module Expand all Collapse all v3 v3.4.1 Dec 5, 2022 v3.4.0 Oct 11, 2022 Changes in this version + type Lexer struct + I []rune + Tokens []*token.Token + func New(input []rune) *Lexer + func NewFile(fname string) *Lexer + func (l *Lexer) GetLineColumn(i int) (line, col int) + func (l *Lexer) GetLineColumnOfToken(i int) (line, col int) + func (l *Lexer) GetString(lext, rext int) string