removed accidental copy

This commit is contained in:
zongor 2025-07-05 19:11:36 -04:00
parent 2f0d841d8d
commit c63d149bdb
1 changed files with 0 additions and 11 deletions

11
src/'
View File

@ -1,11 +0,0 @@
#ifndef ZRE_COMPILER_H
#define ZRE_COMPILER_H
#include "opcodes.h"
uint32_t demo_add_compile (Value *memory);
uint32_t demo_loop_compile (Value *memory);
uint32_t demo_function_call_compile(Value *memory);
uint32_t compile (Value* memory, char *buffer);
#endif