if (this.temp.raw.charAt(0) == '=') {
          let searchString = _.ltrim(this.temp.raw.slice(1));
          if (searchString.charAt(0) == '=') {
            this.addToken(
                TokenType.E_EQUALEQUAL,