lexical analyzer
基本解释
- [计] 词法分析程序
英汉例句
- The scanner is sometimes called a lexical analyzer.
扫描程序有时又把它称为词法分析程序。 - Lex takes a specification file and builds a corresponding lexical analyzer, coded in C.
lex 可以接受规范文件并构建一个 相应的词汇分析器(用 C 编写的)。 - The syntactic analyzer makes lexical analysis and syntactic analysis on the query, and sets up syntactic tree from the structure of the query.
语法分析器完成词法分析和语法分析,建立具有多维语法结构的语法树。
双语例句
词组短语
- lexical analyzer design 词法分析器设计
- the lexical analyzer 词法分析器
- Ada lexical analyzer Ada 词法分析
- simple lexical analyzer procedures 简单词法分析器程序
- compiler theory lexical analyzer r 编译原理词法分析器报告
短语
专业释义
- 词法分析
The advantage of this method is that it not only use the same way for constructing both the lexical analyzer and grammar analyzer in order to predigesting the constructing of compiler, but also its automatization is more excellent. As long as the grammars which describe the rule of words in certain programming language and the table of word coding are inputted, a lexical analyzer will be produced automatically.
该方法的优点不仅在于将词法分析器自动构造方法与语法分析器自动构造方法统一,简化了编译程序的设计和构造,而且该方法自动化程度较高,只要确定描述单词的文法和词形编码表,便可自动生成任何程序设计语言编译程序的词法分析器。 - 语汇分析
- 词法分析器
- 词法分析程序
- 词法分析器