From cee712105850ac3385cd0091a923438167433f9f Mon Sep 17 00:00:00 2001 From: TSR Berry <20988865+TSRBerry@users.noreply.github.com> Date: Sat, 8 Apr 2023 01:22:00 +0200 Subject: Move solution and projects to src --- src/Spv.Generator/OperandType.cs | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/Spv.Generator/OperandType.cs (limited to 'src/Spv.Generator/OperandType.cs') diff --git a/src/Spv.Generator/OperandType.cs b/src/Spv.Generator/OperandType.cs new file mode 100644 index 00000000..06e8e1fb --- /dev/null +++ b/src/Spv.Generator/OperandType.cs @@ -0,0 +1,10 @@ +namespace Spv.Generator +{ + public enum OperandType + { + Invalid, + Number, + String, + Instruction, + } +} -- cgit v1.2.3