collsym
typedef struct collsym collsym_t;
%token <collsym> T_COLLSYM
collsym_t *collsym;
if ((yylval.collsym = lookup_collsym(token)) != NULL) {