#ifndef COMPILER_H
#define COMPILER_H

#include "ByteCode.h"

ByteCode* cCompile();
const char* cGetError();

#endif