Add "s" debugging flag to see expression-parsing stack high-water marks.

Reduce default value stack size from 1000 to 100.
This commit is contained in:
Dianne Skoll
2024-03-13 12:06:55 -04:00
parent 26977a4ac0
commit 61fcc1b275
10 changed files with 40 additions and 13 deletions
+1
View File
@@ -150,6 +150,7 @@ typedef Parser *ParsePtr; /* Pointer to parser structure */
#define DB_DUMP_VARS 8
#define DB_ECHO_LINE 16
#define DB_TRACE_FILES 32
#define DB_EXPR_STACKS 64
/* Enumeration of the tokens */
enum TokTypes