Helper functions for scanning multi-byte tokens such as >> += >>= . Different routines recognize different length tok_i based on matches of ch_i. If a token ends in '=', the result is tok1 or tok3 respectively. Otherwise, the result is tok0 if there was no other matching character, or tok2 if the ma
(tok0, tok1 token.Token)