lexer 中文意思是什麼

lexer 解釋
詞法分析程序
  1. Is a terminal ; the lexer is producing this result

    是一個終結符; lexer正是生成這種結果。
  2. This points to the current file being parsed by the lexer

    它指向lexer正在解析的當前文件。
  3. Token returned by the lexer, it can expect that the member named

    記號時,它可以認為全局變量
  4. Medical instruments ; osteotomes type lexer

    醫療器械. lexer式鑿子
  5. The symbols produced by the lexer are called

    Lexer生成的符號稱為
  6. Of course, your lexer has to handle this in some way

    當然,您的lexer必須要以某種方式來處理它:
  7. On top of perl 5 is a powerful parser and lexer combination

    是一個解析器與詞法分析器的強大組合。
  8. This points to the location where the output of the lexer will be written

    它指向記錄lexer輸出的位置。
  9. Complete with matching lexer

    它包含與之匹配的lexer 。
  10. The grammar shown above in typographify. def provides guidance for the design of a spark lexer scanner

    上面的typographify . def中所示的語法提供了spark詞法分析程序掃描程序的設計指南。
  11. The latter is the emphasis of this article. its hard core is the accidence analysis builder grammar _ lexer. mll and the syntax analysis builder grammarjpaser. mly. it transforms the fortran character string in the program, which would be processed automatic differentiation transform, into data stream of diversified syntax units

    詞法分析和語法分析部分又分為輸入命令數據流以及fortran源程序數據流的詞法分析和語法分析,后一部分是本文分析的重點,它以詞法分析程序生成器grammarlexer . mll和語法分析程序生成器grammarpaser . mly為核心,將進行自動微分變換的fortran源代碼字元串變換成各類語法單位的數據流。
  12. Rule does not use other rules to do matching, it s a safe bet it s a lexer rule, and builds parsing facilities on top

    規則不使用其他規則來進行匹配時,它可以勝任一個詞法分析器規則) ,並在其上構建解析工具。
  13. For lexing purposes, this means that the lexer definition of an integer number, for example, can be used to build the lexer definition of a real number and a fraction

    例如,對于詞法分析目的而言,這意味著可以用整數的詞法分析器定義來構建實數和分數的詞法分析器定義。
  14. The lexer is the part of our language knowledge that says " this is a sentence ; this is punctuation ; twenty - three is a single word. " the parser is the language knowledge that says " this sentence contains a verb, a subject, a few adjectives, and some pronouns. " when parsing is done, the meaningless to a computer stream of data becomes something a computer can understand

    詞法分析器是我們的語言知識中識別「這是一個句子;這是標點; twenty - three是一個單一的詞」的那一部分。解析器則是識別「這個句子包含一個動詞、一個主語、一些形容詞和一些代名詞」的那一部分。在完成解析之後,沒有意義的(對計算機來說)數據流就成為了計算機可以理解的內容。
  15. The lexer returns named tokens

    Lexer返回命名標記。
  16. Jumpstart your yacc. and lex too ! developerworks, 2000 gives some more introductory background on everyone s favorite lexer parser combo, and also has an example of a wordcount program

    ( developerworks , 2000年11月)中給出了關于大家喜愛的lexer / parser組合的背景介紹,以及一個單詞計數程序的示例。
  17. Jumpstart your yacc. and lex too ! developerworks, november 2000 gives some more introductory background on everyone s favorite lexer parser combo, and also has an example of a wordcount program

    ( developerworks , 2000年11月)中給出了關于大家所喜愛的lexer / parser組合的背景介紹以及一個單詞計數程序的例子。
  18. Declaration that includes both integer and pointer values, and you declare a token to use the pointer value, but your lexer fills in the integer value. . bad things can happen

    聲明,而且您聲明了一個記號來使用指針類型的值,但是您的lexer卻賦與其整型的值可能會發生不正常的事情。
  19. Rules for matching the line pattern is to make sure that the lexer identifies header names and continuations before it starts just handing back full lines that the parser would then have to analyze to decide what to do with them

    規則的原因是,確保lexer在開始退還全部行(解析器必須隨后進行分析以決定如何處理它們)之前識別出標題的名稱和附加部分。
  20. It uses start states - a feature allowing the lexer to match some rules only some of the time

    它使用了start聲明這項功能使lexer能夠只在一些時候去匹配某些規則。
分享友人