#ifndef _COMPILER_H #define _COMPILER_H #include "vm.h" void compile( VM* vm, const char* src ); #endif