Versions in this module Expand all Collapse all v0 v0.16.8 Aug 28, 2024 Changes in this version + const AND + const ASTERISK + const BANG + const COMMA + const EOF + const EQ + const FALSE + const FLOAT + const GT + const IDENT + const ILLEGAL + const INT + const LBRACE + const LBRACKET + const LPAREN + const LT + const MINUS + const NOT_EQ + const NULL + const OR + const PLUS + const RBRACE + const RBRACKET + const RPAREN + const SLASH + const STRING + const TRUE + type Token struct + Literal string + Type TokenType + type TokenType string + func LookupIdent(ident string) TokenType