从表意的字符串中读取出运算逻辑
<!-- more -->
## 场景
watcher 中解析报警规则
## 解释器模式


Interpreter pattern is used to defines a grammatical representation for a language and provides an interpreter to deal with this grammar. 表达式的解析/规则引擎、定时任务中的 cron 表达式、ES 中的各种分词器