php8.5
Home/ Manual/ parle / rparser/ Parle\RParser::push

Parle\RParser::push

PHP function Edit on GitHub ✎

(PECL parle >= 0.7.0)

Add a grammar rule

Description

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.

Parameters

name

Rule name.

rule

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

Return Values

Returns Integer representing the rule index.

Source: reference/parle/parle/rparser/push.xml · from the official PHP manual (php/doc-en)