c++实现解释器模式完整源代码 InterpreterPattern.hpp main.cpp InterpreterPattern.hpp #ifndef __INTERPRETOR_PATTERN_H__ #define __INTERPRETOR_PATTERN_H__ #include <vector> #