検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 21 for [SIMILAR] 16 1024 4096 WITH 36765 prod WITH 3134... (0.026 sec.)
Parser examples 10000
« Lexer examples Parle\Lexer » PHP Manual 例 Parser examples Parser examples 例1 Simple calculator <?php use Parle \{ Parser , ParserException , Lexer , Token }; $p = new Parser ; $p -> token ( "INTEGER" ); $p -> left ( "'+' '-' '*' '/'" ); $p -> push ( "start" , "exp" ); $prod_add = $p ...
https://man.plustar.jp/php/parle.examples.parser.html - [similar]
Retrieve a matching part of a rule 5611
« Parle\Parser::right Parle\Parser::token » PHP Manual Parle\Parser Retrieve a matching part of a rule Parle\Parser::sigil (PECL parle >= 0.5.1) Parle\Parser::sigil — Retrieve a matching part of a rule 説明 public Parle\Parser::sigil ( int $idx ): string Retrieve a part of the match by a ...
https://man.plustar.jp/php/parle-parser.sigil.html - [similar]
Retrieve a matching part of a rule 5611
« Parle\RParser::right Parle\RParser::token » PHP Manual Parle\RParser Retrieve a matching part of a rule Parle\RParser::sigil (PECL parle >= 0.7.0) Parle\RParser::sigil — Retrieve a matching part of a rule 説明 public Parle\RParser::sigil ( int $idx = ? ): string Retrieve a part of the ...
https://man.plustar.jp/php/parle-rparser.sigil.html - [similar]
Declare a token 5018
« Parle\Parser::sigil Parle\Parser::tokenId » PHP Manual Parle\Parser Declare a token Parle\Parser::token (PECL parle >= 0.5.1) Parle\Parser::token — Declare a token 説明 public Parle\Parser::token ( string $tok ): void Declare a terminal to be used in the grammar. パラメータ tok Token n ...
https://man.plustar.jp/php/parle-parser.token.html - [similar]
Get token id 5018
« Parle\Parser::token Parle\Parser::trace » PHP Manual Parle\Parser Get token id Parle\Parser::tokenId (PECL parle >= 0.5.1) Parle\Parser::tokenId — Get token id 説明 public Parle\Parser::tokenId ( string $tok ): int Retrieve the id of the named token. パラメータ tok Name of the token as ...
https://man.plustar.jp/php/parle-parser.tokenid.html - [similar]
Get token id 5018
« Parle\RParser::token Parle\RParser::trace » PHP Manual Parle\RParser Get token id Parle\RParser::tokenId (PECL parle >= 0.7.0) Parle\RParser::tokenId — Get token id 説明 public Parle\RParser::tokenId ( string $tok ): int Retrieve the id of the named token. パラメータ tok Name of the to ...
https://man.plustar.jp/php/parle-rparser.tokenid.html - [similar]
Reset parser state 5018
« Parle\Parser::push Parle\Parser::right » PHP Manual Parle\Parser Reset parser state Parle\Parser::reset (PECL parle >= 0.7.1) Parle\Parser::reset — Reset parser state 説明 public Parle\Parser::reset ( int $tokenId = ? ): void Reset parser state using the given token id. パラメータ toke ...
https://man.plustar.jp/php/parle-parser.reset.html - [similar]
Reset parser state 5018
« Parle\RParser::push Parle\RParser::right » PHP Manual Parle\RParser Reset parser state Parle\RParser::reset (PECL parle >= 0.7.1) Parle\RParser::reset — Reset parser state 説明 public Parle\RParser::reset ( int $tokenId = ? ): void Reset parser state using the given token id. パラメータ ...
https://man.plustar.jp/php/parle-rparser.reset.html - [similar]
Declare a token 0
« Parle\RParser::sigil Parle\RParser::tokenId » PHP Manual Parle\RParser Declare a token Parle\RParser::token (PECL parle >= 0.7.0) Parle\RParser::token — Declare a token 説明 public Parle\RParser::token ( string $tok ): void Declare a terminal to be used in the grammar. パラメータ tok T ...
https://man.plustar.jp/php/parle-rparser.token.html - [similar]
The Parle\Parser class 0
« Parle\RLexer::reset Parle\Parser::advance » PHP Manual Parle The Parle\Parser class The Parle\Parser class (PECL parle >= 0.5.1) はじめに Parser class. Rules can be defined on the fly. Once finalized, a Parle\Lexer instance is required to deliver the token stream. クラス概要 class Parl ...
https://man.plustar.jp/php/class.parle-parser.html - [similar]
PREV 1 2 3 NEXT