Create a derived class inherited from the predefined grammar class.
创建一个从预定义grammar类继承而来的派生类。
2
The grammar class is a template class that is parameterized by its derived class DerivedT and the context class ContextT. The declaration for the grammar class is as follows.