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語法,就不得不去深入學習您可能曾經想過要學的lexing和parsing。
Lexing, to give one definition, is the act of breaking up input into meaningful words (also called lexing tokens or lexemes).
從定義來看,詞法分析是將輸入內容分解為有意義的單詞(也叫做詞法分析記號(lexingtokens)或詞位(lexemes))的動作。
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中解析與詞法分析的完成方式與上面所描述的Perl5和P::RD的組合非常類似,這是不足為奇的。
A brief tutorial on parsing and lexing is in order.
應該給出關于解析和詞法分析的一個簡短指南。
Here is an example of lexing and parsing a sentence.
以下是對一個句子進行詞法分析和解析的示例。