#pragma once #include #include "Instruction.h" class Keyword { private: ehs::Str_8 identifier; Instruction instruction; };