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