検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 278 for [SIMILAR] 16 1024 4096 WITH 13803 parser WITH 84... (0.221 sec.)
Finalize the lexer rule set 4576
« Parle\Lexer::advance Parle\Lexer::callout » PHP Manual Parle\Lexer Finalize the lexer rule set Parle\Lexer::build (PECL parle >= 0.5.1) Parle\Lexer::build — Finalize the lexer rule set 説明 public Parle\Lexer::build (): void Rules, previously added with Parle\Lexer::push() are finalize ...
https://man.plustar.jp/php/parle-lexer.build.html - [similar]
Finalize the lexer rule set 4576
« Parle\RLexer::advance Parle\RLexer::callout » PHP Manual Parle\RLexer Finalize the lexer rule set Parle\RLexer::build (PECL parle >= 0.5.1) Parle\RLexer::build — Finalize the lexer rule set 説明 public Parle\RLexer::build (): void Rules, previously added with Parle\RLexer::push() are f ...
https://man.plustar.jp/php/parle-rlexer.build.html - [similar]
Push a new start state 4576
« Parle\RLexer::push Parle\RLexer::reset » PHP Manual Parle\RLexer Push a new start state Parle\RLexer::pushState (PECL parle >= 0.5.1) Parle\RLexer::pushState — Push a new start state 説明 public Parle\RLexer::pushState ( string $state ): int This lexer type can have more than one state ...
https://man.plustar.jp/php/parle-rlexer.pushstate.html - [similar]
定義済み定数 4576
« インストール手順 Pattern matching » PHP Manual Parle 定義済み定数 定義済み定数 以下の定数が定義されています。 この関数の拡張モジュールが PHP 組み込みでコンパイルされているか、 実行時に動的にロードされている場合のみ使用可能です。 Parle\INTERNAL_UTF32 bool Flag whether the internal UTF-3 ...
https://man.plustar.jp/php/parle.constants.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]
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]
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]
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]
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]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT