package code type Op uint8 const ( OpNop Op = iota OpHalt OpPushInt OpPushFloat OpPushString OpPushTrue OpPushFalse OpPushNull OpPushArray OpPushFunction OpPushObject OpPushType OpDrop OpAddGlobal OpGetGlobal OpSetGlobal OpGetLocal OpSetLocal OpGetMember OpSetMember OpGetEnv OpSetEnv OpAddToEnv OpAnchorType OpSetArgCount OpAdd OpSub OpMul OpDiv OpMod OpEq OpLt OpGt OpLte OpGte OpIndex OpSetAtIndex OpCall OpJmp OpJt OpJf OpRet )