検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 79 for [SIMILAR] 16 1024 4096 WITH 53404 rlexer WITH 29... (0.043 sec.)
2613
« Grouping Lexer examples » PHP Manual Parle 例 例 目次 Lexer examples Parser examples 関連キーワード: 例 , examples , Grouping , Parle , Parser , ...
https://man.plustar.jp/php/parle.examples.html - [similar]
Consume the data for processing 0
« Parle\RParser::build Parle\RParser::dump » PHP Manual Parle\RParser Consume the data for processing Parle\RParser::consume (PECL parle >= 0.7.0) Parle\RParser::consume — Consume the data for processing 説明 public Parle\RParser::consume ( string $data , Parle\RLexer $rlexer ): void Con ...
https://man.plustar.jp/php/parle-rparser.consume.html - [similar]
Validate input 0
« Parle\RParser::trace Parle\Stack » PHP Manual Parle\RParser Validate input Parle\RParser::validate (PECL parle >= 0.7.0) Parle\RParser::validate — Validate input 説明 public Parle\RParser::validate ( string $data , Parle\RLexer $lexer ): bool Validate an input string. The string is par ...
https://man.plustar.jp/php/parle-rparser.validate.html - [similar]
Insert regex macro 0
« Parle\Lexer::getToken Parle\Lexer::push » PHP Manual Parle\Lexer Insert regex macro Parle\Lexer::insertMacro (PECL parle >= 0.5.1) Parle\Lexer::insertMacro — Insert regex macro 説明 public Parle\Lexer::insertMacro ( string $name , string $regex ): void Insert a regex macro, that can be ...
https://man.plustar.jp/php/parle-lexer.insertmacro.html - [similar]
はじめに 0
« Parle インストール/設定 » PHP Manual Parle はじめに はじめに The parle extension provides general purpose lexing and parsing facilities. The implementation is based on » Ben Hanson 's libraries and requires a » C++14 capable compiler. The lexer is based on the regex matching, the parse ...
https://man.plustar.jp/php/intro.parle.html - [similar]
Lexer examples 0
« 例 Parser examples » PHP Manual 例 Lexer examples Lexer examples 例1 Tokenize comma separated integer list <?php use Parle \ Token ; use Parle \ Lexer ; use Parle \ LexerException ; /* name => id */ $token = array( "COMMA" => 1 , "CRLF" => 2 , "DECIMAL" => 3 , ); /* id => name */ $toke ...
https://man.plustar.jp/php/parle.examples.lexer.html - [similar]
Parser examples 0
« 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]
Get token id 0
« 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]
Declare a token with left-associativity 0
« Parle\Parser::errorInfo Parle\Parser::nonassoc » PHP Manual Parle\Parser Declare a token with left-associativity Parle\Parser::left (PECL parle >= 0.5.1) Parle\Parser::left — Declare a token with left-associativity 説明 public Parle\Parser::left ( string $tok ): void Declare a terminal ...
https://man.plustar.jp/php/parle-parser.left.html - [similar]
Declare a token with right-associativity 0
« Parle\Parser::reset Parle\Parser::sigil » PHP Manual Parle\Parser Declare a token with right-associativity Parle\Parser::right (PECL parle >= 0.5.1) Parle\Parser::right — Declare a token with right-associativity 説明 public Parle\Parser::right ( string $tok ): void Declare a terminal w ...
https://man.plustar.jp/php/parle-parser.right.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT