private static CombinatorType PeekCombinatorType(TokensQueue queue)
 {
     return ReadCombinatorType(queue.Moment());
 }