Closed lublak closed 1 year ago
currently there is no way to get the name behind a sigil. It can be helpful to debug your parser.
$infos = $parser->getSigilInfos(0); // => SigilInfos $infos->getName(); $infos->isToken();
Added $parser->sigilName(0);
$parser->sigilName(0);
currently there is no way to get the name behind a sigil. It can be helpful to debug your parser.