semi-complete semantic
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
/* set NO_PARSE to TRUE to get a scanner-only compiler */
|
||||
#define NO_PARSE FALSE
|
||||
/* set NO_ANALYZE to TRUE to get a parser-only compiler */
|
||||
#define NO_ANALYZE TRUE
|
||||
#define NO_ANALYZE FALSE
|
||||
|
||||
/* set NO_CODE to TRUE to get a compiler that does not
|
||||
* generate code
|
||||
@@ -40,7 +40,7 @@ FILE *code;
|
||||
int EchoSource = FALSE;
|
||||
int TraceScan = FALSE;
|
||||
int TraceParse = TRUE;
|
||||
int TraceAnalyze = FALSE;
|
||||
int TraceAnalyze = TRUE;
|
||||
int TraceCode = FALSE;
|
||||
|
||||
int Error = FALSE;
|
||||
|
||||
Reference in New Issue
Block a user