月亮词典
首页
查询
lexical analyzer
[计] 词法分析程序
常用释义
词性释义
[计] 词法分析程序
例句
全部
It
consists
of
a series
of
rules
that
lex
translates
into
the
lexical
analyzer
.
它由一系列规则构成,lex将这些规则翻译为词汇分析器。
Perform
lexical
analysis
program
called
lexical
analyzer
or scanner
(
Scanner
).
执行词法分析的程序称为词法分析程序或扫描程序(Scanner)。
For
instance
,
a
simple
lexical
analyzer
might
count
the
words
in its
input
.
例如,一个简单的词汇分析器可能会为输入的单词进行计数。
Lex
takes
a
specification
file
and
builds
a
corresponding
lexical
analyzer
,
coded
in
C
.
lex可以接受规范文件并构建一个相应的词汇分析器(用C编写的)。
Write
a
lexical
analyzer
to
process
input
and
pass
tokens
to the
parser
.
编写一个词法分析器来处理输入并将标记传递给解析器。
An
important
part
of the
input
process
is
carried
out
by
the
lexical
analyzer
.
输入过程的一个重要部分由词法分析器来进行。
The
scanner
is
sometimes
called
a
lexical
analyzer
.
扫描程序有时又把它称为词法分析程序。
The
lexical
analyzer
generated
by
Flex
has
to
provide
terminal
symbols
according
to their
semantic
type
.
Flex所生成的词法分析器必须要根据语义类型提供终止符号。
The
following
printing
ASCII
characters
have
special
meaning
as
part
of
other
tokens
or are otherwise significant to the
lexical
analyzer
以下可显示ASCII字符具有作为其它符号的一部分有着特殊的含义,或者对于词法分析器具有重要意义
Design
and
implementation
of
a
lexical
analyzer
generator
扫描器自动生成系统的设计与实现
同义词
[计]词法分析程序
lexer