Update README.md
This commit is contained in:
@@ -23,6 +23,11 @@ private:
|
||||
static Tokenizer tokenizer;
|
||||
static InfixToPostfix converter;
|
||||
static PostfixEval evaluator;
|
||||
|
||||
//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
static std::unordered_map<std::string, double> vars;
|
||||
//<2F><>ֵ<EFBFBD>жϺʹ<CFBA><CDB4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
static bool is_assign(const std::string& expr, std::string& varName, std::string& rightExpr);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user