GoLang Parle\RParser::push

request it (291)
GoLang replacement for PHP's Parle\RParser::push [edit | history]



Do you know a GoLang replacement for PHP's Parle\RParser::push? Write it!

PHP Parle\RParser::push

PHP original manual for Parle\RParser::push [ show | php.net ]

Parle\RParser::push

(PECL parle >= 0.7.0)

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

name

Rule name.

rule

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

Return Values

Returns integer representing the rule index.