文件名称:lex
介绍说明--下载内容均来自于网络,请自行研究使用
词法分析器又称扫描器。词法分析是指将我们编写的文本代码流解析为一个一个的记号,分析得到的记号以供后续语法分析使用。词法分析器的工作是低级别的分析:将字符或者字符序列转化成记号。-Lexical analyzer, also known as scanners. Lexical analysis refers to the text of the code we write flow analysis for a token one, analyze the resulting syntax notation for subsequent analysis. Lexical analyzer' s job is low-level analysis: the character or sequence of characters converted into tokens.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
词法分析\bin\Debug\LexicalAnalysis.exe
........\lexical.h
........\LexicalAnalysis.cbp
........\LexicalAnalysis.depend
........\LexicalAnalysis.layout
........\main.cpp
........\obj\Debug\main.o
........\bin\Debug
........\obj\Debug
........\bin
........\obj
词法分析