实现一个简单的C++编译器,只支持 for,while,if,声明赋值等操作。Design a simple compiler that can compile reduced-C-plus-plus language, only for,while,if,declaration,assignment statement and simple operation supported.