summaryrefslogtreecommitdiffstats
path: root/bytecode/oper.h
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2024-02-04 16:46:20 -0800
committerRose Hogenson <rosehogenson@posteo.net>2024-02-04 16:46:20 -0800
commit17face3633686e374aa0859271ccf462a48e60aa (patch)
tree6a5482717ef1b8194ccf347a6d8af06d664902cd /bytecode/oper.h
parentd940187fd8720e0ab3c00e5a6a7ae8f181c7752d (diff)
downloadsml-17face3633686e374aa0859271ccf462a48e60aa.tar.zst
Rewrite the bytecode interpreter in Rust.
Diffstat (limited to 'bytecode/oper.h')
-rw-r--r--bytecode/oper.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/bytecode/oper.h b/bytecode/oper.h
deleted file mode 100644
index 7174e1d..0000000
--- a/bytecode/oper.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef _OPER_H_
-#define _OPER_H_
-
-#include "byte_slice.h"
-
-void run(uint8_t_slice);
-
-#endif