#ifndef COMPILER_H #define COMPILER_H void compile(const char *source); #endif