TOKEN_OPEN_CURLY
if (cursor->token_type != TOKEN_OPEN_CURLY) {
if (cursor->token_type == TOKEN_OPEN_CURLY) {
tokens[tix++].token_type = TOKEN_OPEN_CURLY;