token_types
static enum token_types t_lex_type(char *);
static enum token_types
static struct token_types types[] = {
struct token_types *tt;
extern struct token_types *tt; /* what type we are running as now */