TOK_EQ
%token<na> TOK_EQ
assign_expr: unary_expr TOK_EQ constant {
| unary_expr TOK_EQ construct_expr {
return TOK_EQ;