释义 |
lexical analysis 词法分析;[语句分析] A functional part of a compiler program. It constructs and analyzes words of the source program, such as identifiers, constants, reserved words, operators, etc., and converts them into internal form. Then, it transfers these words to other parts of the compiler (such as syntactical parsing). 编译程序功能的一部分,它分析源程序中的词,如标识符、常 数、保留字、运算符等,并把源程序中的词变换为内部形式,然后把这些词传送给编译程序的 其余部分(如语法分析)。 |