PHP 8.4.6 Released!

Parle\RParser::precedence

(PECL parle >= 0.7.0)

Parle\RParser::precedenceDeclara una regla de precedencia

Descripción

public Parle\RParser::precedence(string $tok): void

Declara una regla de precedencia para un token ficticio. Esta regla puede ser utilizada más tarde en reglas de gramática específicas.

Parámetros

tok

El token ficticio.

Valores devueltos

No devuelve ningún valor.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top