COMPILE_OK        520 compile.c          return COMPILE_OK;
COMPILE_OK        531 compile.c          return COMPILE_OK;
COMPILE_OK        680 compile.c          return COMPILE_OK;
COMPILE_OK       1164 compile.c          return COMPILE_OK;
COMPILE_OK       1181 compile.c          return COMPILE_OK;
COMPILE_OK       1463 compile.c          return COMPILE_OK;
COMPILE_OK       1496 compile.c          return COMPILE_OK;
COMPILE_OK       1852 compile.c          return COMPILE_OK;
COMPILE_OK       1918 compile.c          return COMPILE_OK;
COMPILE_OK       1941 compile.c          return COMPILE_OK;
COMPILE_OK       2314 compile.c          return COMPILE_OK;
COMPILE_OK       2333 compile.c          return COMPILE_OK;
COMPILE_OK       2352 compile.c      		    return COMPILE_OK;
COMPILE_OK       2356 compile.c      		    return COMPILE_OK;
COMPILE_OK       2371 compile.c      		  case idLength: SP_INSN(length); return COMPILE_OK;
COMPILE_OK       2372 compile.c      		  case idSize:	 SP_INSN(size);	  return COMPILE_OK;
COMPILE_OK       2373 compile.c      		  case idEmptyP: SP_INSN(empty_p);return COMPILE_OK;
COMPILE_OK       2374 compile.c      		  case idSucc:	 SP_INSN(succ);	  return COMPILE_OK;
COMPILE_OK       2375 compile.c      		  case idNot:	 SP_INSN(not);	  return COMPILE_OK;
COMPILE_OK       2380 compile.c      		  case idPLUS:	 SP_INSN(plus);	  return COMPILE_OK;
COMPILE_OK       2381 compile.c      		  case idMINUS:	 SP_INSN(minus);  return COMPILE_OK;
COMPILE_OK       2382 compile.c      		  case idMULT:	 SP_INSN(mult);	  return COMPILE_OK;
COMPILE_OK       2383 compile.c      		  case idDIV:	 SP_INSN(div);	  return COMPILE_OK;
COMPILE_OK       2384 compile.c      		  case idMOD:	 SP_INSN(mod);	  return COMPILE_OK;
COMPILE_OK       2385 compile.c      		  case idEq:	 SP_INSN(eq);	  return COMPILE_OK;
COMPILE_OK       2386 compile.c      		  case idNeq:	 SP_INSN(neq);	  return COMPILE_OK;
COMPILE_OK       2387 compile.c      		  case idLT:	 SP_INSN(lt);	  return COMPILE_OK;
COMPILE_OK       2388 compile.c      		  case idLE:	 SP_INSN(le);	  return COMPILE_OK;
COMPILE_OK       2389 compile.c      		  case idGT:	 SP_INSN(gt);	  return COMPILE_OK;
COMPILE_OK       2390 compile.c      		  case idGE:	 SP_INSN(ge);	  return COMPILE_OK;
COMPILE_OK       2391 compile.c      		  case idLTLT:	 SP_INSN(ltlt);	  return COMPILE_OK;
COMPILE_OK       2392 compile.c      		  case idAREF:	 SP_INSN(aref);	  return COMPILE_OK;
COMPILE_OK       2397 compile.c      		  case idASET:	 SP_INSN(aset);	  return COMPILE_OK;
COMPILE_OK       2410 compile.c          return COMPILE_OK;
COMPILE_OK       2465 compile.c          return COMPILE_OK;
COMPILE_OK       2557 compile.c          return COMPILE_OK;
COMPILE_OK       2717 compile.c          return COMPILE_OK;
COMPILE_OK       2759 compile.c          return COMPILE_OK;
COMPILE_OK       2768 compile.c          return COMPILE_OK;
COMPILE_OK       2777 compile.c          return COMPILE_OK;
COMPILE_OK       2834 compile.c          return COMPILE_OK;
COMPILE_OK       3160 compile.c          return COMPILE_OK;
COMPILE_OK       3330 compile.c          return COMPILE_OK;
COMPILE_OK       3357 compile.c          return COMPILE_OK;
COMPILE_OK       3847 compile.c      	return COMPILE_OK;
COMPILE_OK       6177 compile.c          return COMPILE_OK;
COMPILE_OK       6454 compile.c          return COMPILE_OK;
COMPILE_OK       6538 compile.c          int ret = COMPILE_OK;