Versions in this module Expand all Collapse all v1 v1.1.7 Nov 24, 2023 Changes in this version + const AND + const ASSIGN + const ASTERISK + const BANG + const BREAK + const B_STRING + const COLON + const COMMA + const CONTINUE + const C_START + const DOT + const ELSE + const EOF + const EQ + const E_END + const E_START + const FALSE + const FLOAT + const FOR + const FUNCTION + const GT + const GTEQ + const HTML + const IDENT + const IF + const ILLEGAL + const IN + const INT + const LBRACE + const LBRACKET + const LET + const LPAREN + const LT + const LTEQ + const MATCHES + const MINUS + const NOT_EQ + const OR + const PERCENT + const PLUS + const RBRACE + const RBRACKET + const RETURN + const RPAREN + const SEMICOLON + const SLASH + const STRING + const S_START + const TRUE + type Token struct + LineNumber int + Literal string + Type Type + type Type string + func LookupIdent(ident string) Type