Parle\RLexer::callout

Define token callback

説明

public void Parle\RLexer::callout(int $id, callable $callback)

Define a callback to be invoked once lexer encounters a particular token.

パラメータ

id

Token id.

callback

Callable to be invoked. The callable doesn't receive any arguments and its return value is ignored.

戻り値

値を返しません。