Returns a string representation of the token stream.
string
public function __toString() { return implode("\n", $this->tokens); }