検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 79 for [SIMILAR] 16 1024 4096 WITH 79873 parle WITH 559... (0.038 sec.)
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]
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]
Pass the data for processing 0
« Parle\RLexer::callout Parle\RLexer::dump » PHP Manual Parle\RLexer Pass the data for processing Parle\RLexer::consume (PECL parle >= 0.5.1) Parle\RLexer::consume — Pass the data for processing 説明 public Parle\RLexer::consume ( string $data ): void Consume the data for lexing. パラメー ...
https://man.plustar.jp/php/parle-rlexer.consume.html - [similar]
Declare a token with no associativity 0
« Parle\Parser::left Parle\Parser::precedence » PHP Manual Parle\Parser Declare a token with no associativity Parle\Parser::nonassoc (PECL parle >= 0.5.1) Parle\Parser::nonassoc — Declare a token with no associativity 説明 public Parle\Parser::nonassoc ( string $tok ): void Declare a ter ...
https://man.plustar.jp/php/parle-parser.nonassoc.html - [similar]
Insert regex macro 0
« Parle\RLexer::getToken Parle\RLexer::push » PHP Manual Parle\RLexer Insert regex macro Parle\RLexer::insertMacro (PECL parle >= 0.5.1) Parle\RLexer::insertMacro — Insert regex macro 説明 public Parle\RLexer::insertMacro ( string $name , string $regex ): void Insert a regex macro, that ...
https://man.plustar.jp/php/parle-rlexer.insertmacro.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]
Parle pattern matching 0
« 定義済み定数 Character representations » PHP Manual Parle Parle pattern matching Parle pattern matching 目次 Character representations Character classes Unicode character classes Alternation and repetition Anchors Grouping Parle supports regex matching similar to flex. Also supported a ...
https://man.plustar.jp/php/parle.pattern.matching.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT