#ifndef COMPILER_INCLUDED #define COMPILER_INCLUDED #include "vm.h" bool compile(const char *source, Chunk *chunk); #endif