Program Evaluation

template <typename Instruction, typename Operator>
struct giecs::Core

Public Types

template<>
using InstructionType = Instruction

Public Static Functions

template <typename Container>
static void eval(std::queue<Instruction, Container> &code, typename Instruction::Data &data)