package code type Op uint8 const ( OpNop Op = iota OpHalt OpPushInt OpPushFloat OpPushString OpPushTrue OpPushFalse OpPushNull OpPushArray OpPushFunction OpPushObject OpGetGlobal OpGetLocal OpGetMember OpGetArg OpGetEnv OpAdd OpSub OpIndex OpCall OpJmp OpJez OpRet )