case '=':
        if l.peekCharIs('=') {
            ch := l.ch
            l.readChar()
            literal := string(ch) + string(l.ch)