#ifndef COMPILER_H #define COMPILER_H #include "scirpt/bytecode.h" #include "scirpt/compiler.h" typedef struct { } ScirptCompiler; #endif