PHP 8.4.6 Released!

Parle\Parser::left

(PECL parle >= 0.5.1)

Parle\Parser::leftDeclara un token con asociatividad a la izquierda

Descripción

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

Declara un token con asociatividad a la izquierda.

Parámetros

tok

El nombre del token.

Valores devueltos

No devuelve ningún valor.

add a note

User Contributed Notes

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