Function parse_numeric_token
pub fn parse_numeric_token(s: &[u8]) -> Option<(usize, u32)>
Expand description
Parse a special token of the form \xFF [ 1 2 3 4 ] The initial \xFF is not included in the input. Returns the number of bytes consumed and the token id.