TOK_CTOR
%token<tok> TOK_CTOR
construct_expr: TOK_CTOR {
| TOK_CTOR ctor_args {
yylval->tok->type = TOK_CTOR;
return TOK_CTOR;