STACKSIZE
size_t num = STACKSIZE;
int p_stack[STACKSIZE]; /* this is the parsers stack */
int il[STACKSIZE]; /* this stack stores indentation levels */
float cstk[STACKSIZE];/* used to store case stmt indentation levels */
if (ps.tos >= STACKSIZE - 1)