7 lines
91 B
C
7 lines
91 B
C
#ifndef COMPILER
|
|
#define COMPILER
|
|
|
|
void compile (System sys, Tac tc, int maxruns);
|
|
|
|
#endif
|