Parle\Parser::push
(PECL parle >= 0.5.1)
Parle\Parser::push — Add a grammar rule
Description
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 int representing the rule index.
+add a note
User Contributed Notes
There are no user contributed notes for this page.