Overrides Parser::preLeftParsing
protected function preLeftParsing() : Result { if (!$this->hasAtToken()) { return new InvalidEmail(new NoLocalPart(), $this->lexer->current->value); } return new ValidEmail(); }