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 integer representing the rule index.