GoLang Parle\Lexer::push

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



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

PHP Parle\Lexer::push

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

Parle\Lexer::push

(PECL parle >= 0.5.1)

Parle\Lexer::pushAdd a lexer rule

Description

public void Parle\Lexer::push ( string $regex , int $id )

Push a pattern for lexeme recognition.

Parameters

regex

Regular expression used for token matching.

id

Token id. If the lexer instance is meant to be used standalone, this can be an arbitrary number. If the lexer instance is going to be passed to the parser, it has to be an id returned by Parle\Parser::tokenid().

Return Values

No value is returned.