PHP 8.4.0 RC4 available for testing

Parle\Lexer::push

(PECL parle >= 0.5.1)

Parle\Lexer::pushAdd a lexer rule

Descrição

public Parle\Lexer::push(string $regex, int $id): void

Push a pattern for lexeme recognition.

Parâmetros

regex

Regular expression used for token matching.

id

Token id. If the lexer instance is meant to be used standalone, this can be an arbitrary number. If the lexer instance is going to be passed to the parser, it has to be an id returned by Parle\Parser::tokenid().

Valor Retornado

Nenhum valor é retornado.

adicione uma nota

Notas Enviadas por Usuários (em inglês)

Não há notas de usuários para esta página.
To Top