Versions in this module Expand all Collapse all v0 v0.1.0 May 19, 2023 Changes in this version + func NewLexer(source string) *lexer + func Special(c byte) bool + type Token struct + Raw string + Type TokenType + func (t Token) String() string + type TokenType int + const Any + const EOF + const Error + const Separator + const Text + func (tt TokenType) String() string