#ifndef COMPILER
#define COMPILER
void compile (const System sys, Tac tc, int maxruns);
void preprocess (const System sys);
#endif