New features in version 0.18 ============================ GRP parser ---------- Syntax of parameters (in groups of Header Part) has been change. More than one value can be assigned to every parameters. Type of values can be mixed. Rule `Param' has been changed: Param: Identifier "=" ParamValueList ";". `ParamValueList' is intruduced to support list of values: ParamValueList:= ParamValue. ParamValueList:= ParamValueList "," ParamValue. `Paramvalue' rule has been renamed to `ParamValue'. Bugs of data structure printing methods of header section groups have been fixed. Some bugs around option handling in `grppars.cc' has been fixed. GRP code generator ------------------ C-code generation of program item type GRAPHIC has been completed. Mar 11, 1996.