TK_WHILE
#define NUM_RESERVED (cast(int, TK_WHILE-FIRST_RESERVED+1))
check_match(ls, TK_END, TK_WHILE, line);
case TK_WHILE: { /* stat -> whilestat */