Parle\Parser::right

(PECL parle >= 0.5.1)

Parle\Parser::rightDeclare a token with right-associativity

Description

publicParle\Parser::right(string$tok): void

Declare a terminal with right associativity.

Liste de paramètres

tok

Token name.

Valeurs de retour

Aucune valeur n'est retournée.

To Top