TOK_LEFT_BRACK
%token<na> TOK_LEFT_BRACK
postfix_expr: postfix_expr TOK_LEFT_BRACK postfix_expr TOK_RIGHT_BRACK {
return TOK_LEFT_BRACK;