|
Parle\RParser::pushAdd a grammar rule Description
public int Parle\RParser::push(string
$name, string $rule)Push a grammar rule. The production id returned can be used later in the parsing process to identify the rule matched. Parameters
Return ValuesReturns int representing the rule index. |