lexer

n.  (美)法科大学生,词法分析程序

法律



双语例句

  1. JAPANESE_VGRAM: A lexer for extracting tokens from Japanese text.
    JAPANESEVGRAM:一个从Japanese文本在中提取标记的lexer。
  2. Most simple programming projects, of course, can get by with very trivial lexers.
    当然,大部分简单编程项目使用非常普通的lexer就可以完成。
  3. BASIC_LEXER: The lexer for English and most western European languages that use white space delimited words.
    BASICLEXER:English以及大多数西方欧洲语言的lexers使用白色空白分隔命令。
  4. A listing of supported lexer types follows.
    下面是一个支持lexer类型的清单。
  5. A good lexer example can help a lot with learning how to write a tokenizer.
    一个好的lexer例子会非常有助于学习如何编写断词器(tokenizer)。
  6. Whenever possible, try to develop separate tests for your lexer and your parser.
    只要有可能,请尝试为您的lexer和解析器开发单独的测试。
  7. This does mean that the lexer and the parser both have to know that an empty line separates a header from a body.
    这确实意味着lexer和解析器都必须明白,是一个空行将标题从主体中分离了出来。
  8. So, in this example, NUMBER is a terminal; the lexer is producing this result.
    所以,在这个例子中,NUMBER是一个终结符;lexer正是生成这种结果。
  9. In the paper, the structure of the GPJ_Pascal compiler is mainly introduced, the lexer can scan the source program according to the morphology rule of language which can decompose and distinguish every word, and carry out morphology inspection at the same time;
    本文主要介绍了GPJPascal编译器的构造,其中,词法分析器扫描源程序,根据语言的词法规则,分解和识别出每个单词,同时进行词法检查;