lexical analysis

来自翻译宝典
跳转至:导航、​搜索
lexical analysis
词法分析
Lexical analysis creates tokens from a sequence of input characters (i.e. from the input code) and it is these tokens that are processed by a parser to build a data structure such as a parse tree or abstract syntax tree for the instance concerned (i.e. for the code portion).
[对]于输入的命令,解释模块从命令结构控制模块读取命令的信息,对输入的命令进行词法分析和语法分析,并根据命令结构树中该命令的执行权限和当前程序的运行状态决定该命令是否可以执行:若可以执行,则发送消息给执行模块,消息中包含执行需要的参数,和命令的权限信息;若不能执行则根据命令结构树控制模块中的权限信息决定是否给用户反馈升级提示信息 [...]。
- 英语>简体中文, 专利术语
lexical analysis
语法剖析
编译程式的一部分。它分析原始程式的词,检查词语的正确性,并把它们变换成内部表示形式输给编译程式的其它部分(如语法剖析)。
- 英语>简体中文, 计算机词典
lexical analysis
词法分析
- 英语>简体中文, 英汉计算机词汇
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) .
编译程序功能的一部分,它分析源程序中的词,如标识符、常数、保留字、运算符等,并把源程序中的词变换为内部形式,然后把这些词传送给编译程序的其余部分(如语法分析)。
- 英语>简体中文, 计算机英汉双解词典
lexical analysis
词法分析
- 英语>简体中文, 简明英汉词典
lexical analysis
語句分析;詞法分析
- 英语>繁体中文(香港), 资讯及通讯科技术语
lexical analysis
詞法分析
- 英语>繁体中文(台湾), 电子计算机名词