Stack VM in python Implementation of an elementary stack VM in python. Commands: "OP_EOP": '00' "OP_PUSH": '01' "OP_POP": '02' "OP_PRINT": '03' "OP_ADD": '04'