Versions in this module Expand all Collapse all v0 v0.23.0 May 15, 2024 v0.22.0 May 15, 2024 v0.21.0 May 15, 2024 v0.20.0 May 15, 2024 v0.19.0 May 15, 2024 v0.18.0 May 15, 2024 v0.17.0 May 14, 2024 v0.16.0 May 14, 2024 Changes in this version + const COLON v0.15.0 May 14, 2024 Changes in this version + const INDEX + const LBRACKET + const RBRACKET v0.14.0 May 13, 2024 v0.13.0 May 12, 2024 v0.12.0 May 12, 2024 v0.11.0 May 12, 2024 Changes in this version + const ASSIGN + const ASTERISK + const BANG + const CALL + const COMMA + const ELSE + const EOF + const EQ + const EQUALS + const FALSE + const FUNC + const GT + const GTE + const IDENT + const IF + const ILLEGAL + const INT + const LBRACE + const LESSGREATER + const LET + const LOWEST + const LPAREN + const LT + const LTE + const MINUS + const NOT_EQ + const PLUS + const PREFIX + const PRODUCT + const RBRACE + const RETURN + const RPAREN + const SEMICOLON + const SLASH + const STRING + const SUM + const TRUE + func GetPrecedence(tokenType TokenType) int + type Token struct + Literal string + Type TokenType + func New(tokenType TokenType, literal string) Token + type TokenType string + func LookupTokenType(literal string) TokenType