検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 89 for [SIMILAR] 16 1024 4096 WITH 19341 lexer WITH 998... (0.076 sec.)
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]
Retrieve a matching part of a rule 0
« 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]
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]
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]
はじめに 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]
Finalize the grammar rules 0
« Parle\Parser::advance Parle\Parser::consume » PHP Manual Parle\Parser Finalize the grammar rules Parle\Parser::build (PECL parle >= 0.5.1) Parle\Parser::build — Finalize the grammar rules 説明 public Parle\Parser::build (): void Any tokens and grammar rules previously added are finaliz ...
https://man.plustar.jp/php/parle-parser.build.html - [similar]
Finalize the grammar rules 0
« Parle\RParser::advance Parle\RParser::consume » PHP Manual Parle\RParser Finalize the grammar rules Parle\RParser::build (PECL parle >= 0.7.0) Parle\RParser::build — Finalize the grammar rules 説明 public Parle\RParser::build (): void Any tokens and grammar rules previously added are f ...
https://man.plustar.jp/php/parle-rparser.build.html - [similar]
Define token callback 0
« Parle\RLexer::build Parle\RLexer::consume » PHP Manual Parle\RLexer Define token callback Parle\RLexer::callout (PECL parle >= 0.7.2) Parle\RLexer::callout — Define token callback 説明 public Parle\RLexer::callout ( int $id , callable $callback ): void Define a callback to be invoked o ...
https://man.plustar.jp/php/parle-rlexer.callout.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]
PREV 1 2 3 4 5 6 7 8 9 NEXT