Parle\RParser::nonassoc
PHP function
Edit on GitHub ✎
(PECL parle >= 0.7.0)
Declare a token with no associativity
Description
Parle\RParser::nonassoc(string $tok): void
Declare a terminal, that cannot appear more than once in the row.
Parameters
tokToken name.
Return Values
Void