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