define LZW_clear and LZW_eod in terms of 'codeword'
The only difference between the codeword and the litspec rules was that the latter validated that code < 258. This has become redundant because they were only still used for eod and clear both of which have their own specific validation for the code value. Thus the litspec rules and their validations can go.
Please register or sign in to comment