pub const ESCAPE: u8 = 255;
The code that means the next byte is a literal. 255 rather than 0 so that the 255 real codes are a contiguous range starting at zero and a code is its own index into the symbol table.