Track parse level high-water mark.

This commit is contained in:
Dianne Skoll
2024-06-03 15:13:32 -04:00
parent 602086ae2d
commit ef23bba77f
6 changed files with 52 additions and 34 deletions
+1 -1
View File
@@ -146,7 +146,7 @@ EXTERN char *ErrMsg[]
/* OK */ "Ok",
/* E_MISS_END */ "Missing ']'",
/* E_MISS_QUOTE */ "Missing quote",
/* E_OP_STK_OVER */ "Expression too complex - too many operators",
/* E_OP_STK_OVER */ "Expression too complex",
/* E_VA_STK_OVER */ "Expression too complex - too many operands",
/* E_MISS_RIGHT_PAREN */ "Missing ')'",
/* E_UNDEF_FUNC */ "Undefined function",