New features in version 0.16 ============================ Counting of versions has been changed. Different version numbers have been assigned to the whole package and its subprojects. A new utility (called `ver') has been introduced. It checks actual version numbers and prints them out. Every time when version of any subrpoject chages, the version number of the package will be increased. GRP parser ---------- Name of options have been rationalized. Name of parser utility software (`parsing') has been chaged, new name is `grppars'. Run it with -h option to see new names of the options. GRP code generator ------------------ Name of options have been rationalized. Run `grp2c' with -h option to see new names of the options. Makefile genaration has been redesigned. Using -M option the code generator generates a Makefile that can be used to compile generated C source files into executable form. Make file generator uses a template `grp2c.mk' which is installed in DATADIR (default is PREFIX/share, but it can be modified whit configurator). Generated Makefile includes an other file (`grp2c.mk.TARGET', where `TARGET' is the name of the target system which the project will be compiled for, eg: `pvm') which defines target dependent rules, libraries, etc. This file is installed in DATADIR too and it is provided by grapnel subproject. This include file must be provided for every supported platform. HTML form of documentation has been added to the package. It has been put into www subdirectory. Documentation has been unchanged for a long time, so it has been being updated... Tests ----- New test file has been added into the package. `buffer.grp' was made by Gabor Dozsa using GRED. Feb 26, 1996.