国产高清精品免费区-男女一进一出抽搐免费视频-中日韩一二三级黄色永久视频-日韩精品人妻一区二区免费视频-日本久久视频在线观看-99热这里只有精品88热-亚洲韩国黄色最新短视频一区-日韩伦理在线观看免费全集-国产av一区二区三区天堂

lexing

lexing

 英

  • 網絡詞法分析;詞法解析;肯塔基州列克星敦

例句

This process is known more formally as parsing (or to be more precise, tokenizing, lexing, and parsing).

這個過程正式稱呼解析parsing)(準確地標記解釋tokenizing)、詞法解析lexing語法解析)。

If humans wrote programs and data in fixed-format text, lexing would be very easy -- but we don't.

如果人們固定格式編寫程序數據那么詞法分析非常簡單——但是我們那么

When lexing is finished, a meaningless stream of data has been transformed into a sequence of words meaningful to the parser.

詞法分析結束意義數據轉變一個意義單詞序列提供解析器

Additionally there is implemented a IDL lexer, which allows to use the preprocessor library as the lexing component of a IDL oriented tool.

此外實現一個IDLlexer允許預處理器用作某個面向IDL工具lexing組件

Regular expressions can encapsulate a range of lexing patterns , from simple fixed fields to fairly complex nested patterns .

簡單固定相當復雜嵌套模式表達可以封裝多種詞法分析模式

If you want to understand Perl 6 grammars, you'll have to learn more about lexing and parsing that you probably ever wanted to.

如果想要理解Perl6語法不得不深入學習可能曾經lexingparsing

Lexing, to give one definition, is the act of breaking up input into meaningful words (also called lexing tokens or lexemes).

定義來看詞法分析輸入內容分解意義單詞叫做詞法分析記號lexingtokenslexemes))動作

Like P: : RD, those grammars use simple rules to do lexing, and then use more complex rules to parse the lexed input.

類似P::RD,那些語法使用簡單規(guī)則進行詞法分析然后使用復雜規(guī)則解析經過詞法分析輸入內容

It's no surprise that parsing and lexing in Perl 6 is done in a very similar way to the Perl 5 and P: : RD combination described above.

Perl6解析詞法分析完成方式上面描述Perl5P::RD組合非常類似不足為奇

A brief tutorial on parsing and lexing is in order.

應該關于解析詞法分析一個簡短指南

Here is an example of lexing and parsing a sentence.

以下一個句子進行詞法分析解析示例