Changes made to KGEN version 0.2.

1) The keyword DEFAULT was changed to PAIRS to more accurately reflect
   the fact that not only default pairs are specified.

2) An optional new line(s) may occur directly following the keywords
   PAIRS, SUBSET, or RULE.
   This was done to be more consistent with PCKIMMO syntax.

3) Spaces within the rule are not stripped from the label field
   generated in the output file.
   This was done to make the output file more readable.

       Version 0.1

            RULE "t:c=>_i" 2 3

       Version 0.2

            RULE "t:c =>  _ i" 2 3

4) The underscore marker in a rule can know appear 1 or more times
   consecutively instead of being restricted to a single underscore.
   This was done to be more consistent with PCKIMMO syntax.



User documentation is in the file user.doc.
