pub static TYPE_TOKENS: LazyLock<HashSet<TokenType>>
TYPE_TOKENS: All tokens that represent data types Python: TYPE_TOKENS = {TokenType.BIT, TokenType.BOOLEAN, …}