#pragma once typedef enum Opcode { OP_EOF, //basic operations OP_PRINT, //data OP_LITERAL, //TODO: add more } Opcode;