2004-04-23 11:58:43 +01:00
|
|
|
#ifndef COMPILER
|
|
|
|
#define COMPILER
|
|
|
|
|
2004-08-09 10:42:58 +01:00
|
|
|
void compilerInit (const System sys);
|
|
|
|
void compilerDone (void);
|
|
|
|
|
|
|
|
void compile (Tac tc, int maxruns);
|
2004-06-14 23:08:47 +01:00
|
|
|
void preprocess (const System sys);
|
2004-08-09 10:42:58 +01:00
|
|
|
Term findGlobalConstant (const char *s);
|
2004-04-23 11:58:43 +01:00
|
|
|
|
|
|
|
#endif
|