关于C# 设计模式 Interpreter 解释器模式
using System;
using System.Collections.Generic;
using System.Text;
using System.Collections;
///Interpreter(解释器)模式描述了如何为简单的语言定义一个文法。
///add by jzh 2007-04-15
namespace DesignPattern
{
class ContextMi
{
private string _statement