Create a parser targeting the host PHP version, that is the PHP version we're currently running on. This parser will not use any token emulation.
public function createForHostVersion() : Parser { return $this->createForVersion(PhpVersion::getHostVersion()); }