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,那些语法使用简单规则进行词法分析然后使用复杂规则解析经过词法分析输入内容

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.

以下一个句子进行词法分析解析示例