if (ch1 === '.') {
            ++index;
            return {
                type: Token.Punctuator,
                value: ch1,