- Implemented --check=Secret switch, which allows checking of specific
properties. - Fixed a bug in the symbol table, where symbols were never inserted into the hash table.
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
#ifndef COMPILER
|
||||
#define COMPILER
|
||||
|
||||
void compile (const System sys, Tac tc, int maxruns);
|
||||
void compilerInit (const System sys);
|
||||
void compilerDone (void);
|
||||
|
||||
void compile (Tac tc, int maxruns);
|
||||
void preprocess (const System sys);
|
||||
Term findGlobalConstant (const char *s);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user