2025-04-27 10:34:53 -07:00

12 lines
150 B
C++

#pragma once
#include <ehs/Str.h>
#include "Instruction.h"
class EHS_LIB_IO Keyword
{
private:
ehs::Str_8 identifier;
Instruction instruction;
};