Dutch PHP Conference 2025 - Call For Papers

Parle\RParser::push

(PECL parle >= 0.7.0)

Parle\RParser::pushAdd a grammar rule

Опис

public Parle\RParser::push(string $name, string $rule): int

Push a grammar rule. The production id returned can be used later in the parsing process to identify the rule matched.

Параметри

name

Rule name.

rule

The rule to be added. The syntax is Bison compatible.

Значення, що повертаються

Returns int representing the rule index.

add a note

User Contributed Notes

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