aboutsummaryrefslogtreecommitdiffstats
path: root/src/bytecode/ops.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bytecode/ops.h')
-rw-r--r--src/bytecode/ops.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/bytecode/ops.h b/src/bytecode/ops.h
new file mode 100644
index 0000000..f7001ad
--- /dev/null
+++ b/src/bytecode/ops.h
@@ -0,0 +1,8 @@
1#ifndef BDL_OPS_H
2#define BDL_OPS_H
3
4typedef enum Ops {
5 OP_RETURN = 1,
6} Ops;
7
8#endif // BDL_OPS_H