Parle\Parser::consume

(PECL parle >= 0.5.1)

Parle\Parser::consumeConsume the data for processing

Descripción

publicParle\Parser::consume(string$data, Parle\Lexer$lexer): void

Consume the data for parsing.

Parámetros

data

Data to be parsed.

lexer

A lexer object containing the lexing rules prepared for the particular grammar.

Valores devueltos

No devuelve ningún valor.

To Top