fix semantic for printing or sth

This commit is contained in:
2025-12-03 01:50:44 +09:00
parent 75407304f8
commit 4e2fdf88f9
12 changed files with 373 additions and 53 deletions

View File

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