PHP 8.4.0 RC4 available for testing

Parle\Parser::push

(PECL parle >= 0.5.1)

Parle\Parser::pushAdd a grammar rule

说明

public Parle\Parser::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.

添加备注

用户贡献的备注

此页面尚无用户贡献的备注。
To Top