The BSKBitSet type defines a set of bits (up to 2^(4*BIT_SET_SIZE) bits) that may be manipulated either individually or as a set. This type is used extensively by the parser in its error recovery mechanism.
Data types: