diff options
Diffstat (limited to 'src/processor/postfix_evaluator.h')
-rw-r--r-- | src/processor/postfix_evaluator.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/processor/postfix_evaluator.h b/src/processor/postfix_evaluator.h index 35f79f76..eb53b1eb 100644 --- a/src/processor/postfix_evaluator.h +++ b/src/processor/postfix_evaluator.h @@ -153,6 +153,10 @@ class PostfixEvaluator { bool EvaluateInternal(const string &expression, DictionaryValidityType *assigned); + bool EvaluateToken(const string &token, + const string &expression, + DictionaryValidityType *assigned); + // The dictionary mapping constant and variable identifiers (strings) to // values. Keys beginning with '$' are treated as variable names, and // PostfixEvaluator is free to create and modify these keys. Weak pointer. |