Parle\Lexer::push
Add a lexer rule
説明
public void Parle\Lexer::push(string $regex
, int $id
)
パラメータ
-
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.