Php/docs/parle-parser.right

From Get docs

Parle\Parser::right

(PECL parle >= 0.5.1)

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


Description

public Parle\Parser::right ( string $tok ) : void

Declare a terminal with right associativity.


Parameters

tok
Token name.


Return Values

No value is returned.