From 17face3633686e374aa0859271ccf462a48e60aa Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Sun, 4 Feb 2024 16:46:20 -0800 Subject: Rewrite the bytecode interpreter in Rust. --- bytecode/byte_slice.h | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 bytecode/byte_slice.h (limited to 'bytecode/byte_slice.h') diff --git a/bytecode/byte_slice.h b/bytecode/byte_slice.h deleted file mode 100644 index 7109b52..0000000 --- a/bytecode/byte_slice.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef _BYTE_SLICE_H_ -#define _BYTE_SLICE_H_ - -#include - -#include "slice.h" - -DEFINE_SLICE(uint8_t) - -#endif -- cgit v1.3.1