aboutsummaryrefslogtreecommitdiff
path: root/Spv.Generator/OperandType.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Spv.Generator/OperandType.cs')
-rw-r--r--Spv.Generator/OperandType.cs10
1 files changed, 10 insertions, 0 deletions
diff --git a/Spv.Generator/OperandType.cs b/Spv.Generator/OperandType.cs
new file mode 100644
index 00000000..06e8e1fb
--- /dev/null
+++ b/Spv.Generator/OperandType.cs
@@ -0,0 +1,10 @@
+namespace Spv.Generator
+{
+ public enum OperandType
+ {
+ Invalid,
+ Number,
+ String,
+ Instruction,
+ }
+}