文件名称:lexical-analyzer
- 所属分类:
- 编译器/词法分析
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2015-03-08
- 文件大小:
- 205kb
- 下载次数:
- 0次
- 提 供 者:
- xiao****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
用递归下降法编写一个语法分析程序,使之与词法分析器结合,能够根据语言的上下文无关文法,识别输入的单词序列是否文法的句子。-Write a parser using recursive descent method, combined with the lexical analyzer makes it possible depending on the context-free grammar of language, whether the input word sequence recognition grammar of the sentence.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
lexical analyzer\Parser\1.txt
................\......\a.txt
................\......\b.txt
................\......\c.txt
................\......\d.txt
................\......\Debug\lex.yy.obj
................\......\.....\parser.obj
................\......\.....\parser.pch
................\......\.....\Parser.pdb
................\......\.....\vc60.idb
................\......\.....\vc60.pdb
................\......\flex.exe
................\......\lex.yy.c
................\......\lex.yy.h
................\......\parser.cpp
................\......\parser.dsp
................\......\parser.dsw
................\......\Parser.ncb
................\......\parser.opt
................\......\Parser.plg
................\......\Parser.suo
................\......\test.lex
................\......\test.txt
................\test.lex
................\Parser\Debug
................\Parser
lexical analyzer