MAX_STACK_SIZE
stk->ptr = malloc(sizeof (struct expr *) * MAX_STACK_SIZE);
if (stk->index == MAX_STACK_SIZE) {