QuISP
|
#include <iostream>
#include "macro_utils.h"
#include "opcode.h"
#include "types.h"
#include "def_instructions.h"
Go to the source code of this file.
Classes | |
struct | quisp::runtime::InstructionVisitor |
Visitor class for instructions in a Program. More... | |
Namespaces | |
namespace | quisp |
namespace | quisp::runtime |
Macros | |
#define | INSTR(Opcode, ...) |
#define | INSTR_LAST INSTR |
#define INSTR | ( | Opcode, | |
... ) |
#define INSTR_LAST INSTR |