fix parse and semantic v2.1

This commit is contained in:
2025-12-05 00:47:51 +09:00
parent 2b6193a2c7
commit d46fd36bcb
4 changed files with 51 additions and 20 deletions

View File

@@ -39,7 +39,7 @@ FILE *code;
/* allocate and set tracing flags */
int EchoSource = FALSE;
int TraceScan = FALSE;
int TraceParse = FALSE;
int TraceParse = TRUE;
int TraceAnalyze = TRUE;
int TraceCode = FALSE;