Versions in this module Expand all Collapse all v1 v1.16.11 Aug 20, 2024 Changes in this version + type Kind string + const Bracket + const EOF + const Identifier + const Number + const Operator + const String + type Token struct + Kind Kind + Value string + func Lex(source file.Source) ([]Token, error) + func (t Token) Is(kind Kind, values ...string) bool + func (t Token) String() string