Checks if end of stream was reached.
public function isEOF() : bool { return Token::EOF_TYPE === $this->tokens[$this->current] ->getType(); }