文件名称:yufa
- 所属分类:
- 编译器/词法分析
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2013-06-08
- 文件大小:
- 6.08mb
- 下载次数:
- 0次
- 提 供 者:
- mut***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
语法分析程序的输入文件为语法分析产生的token串,并在文件最后一列加上了一个#号,代表语法归约结束,程序采用的是递归子程序的方法,如果归约成功会输出Success,如果归约失败,会返回归约到token串的哪个元素出现错误,已经相应的未归约成功的文法产生式是哪条-Parser to parse the input file generated token string, and the last one in the file plus a# sign, on behalf of the end of grammar reduction, the program uses a recursive subroutine method, if successful reduction outputs Success, If reduction fails, it returns reducible to token strings which element error and has a corresponding reduction is not successful Which is the grammar production
(系统自动生成,下载前可以参看下载内容)
下载文件列表
语法分析器\fault.txt
..........\token fault.txt
..........\token.txt
..........\~$程序说明.doc
..........\文法.txt
..........\水仙花.txt
..........\程序说明.doc
..........\语法分析\Debug\yu.exe
..........\........\.....\yu.ilk
..........\........\.....\yu.pdb
..........\........\ipch\yu-e5e896f5\yu-609a369a.ipch
..........\........\yu\Debug\CL.read.1.tlog
..........\........\..\.....\CL.write.1.tlog
..........\........\..\.....\link-cvtres.read.1.tlog
..........\........\..\.....\link-cvtres.write.1.tlog
..........\........\..\.....\link.219012-cvtres.read.1.tlog
..........\........\..\.....\link.219012-cvtres.write.1.tlog
..........\........\..\.....\link.219012.read.1.tlog
..........\........\..\.....\link.219012.write.1.tlog
..........\........\..\.....\link.read.1.tlog
..........\........\..\.....\link.write.1.tlog
..........\........\..\.....\mt.read.1.tlog
..........\........\..\.....\mt.write.1.tlog
..........\........\..\.....\rc.read.1.tlog
..........\........\..\.....\rc.write.1.tlog
..........\........\..\.....\vc100.idb
..........\........\..\.....\vc100.pdb
..........\........\..\.....\yu.exe.embed.manifest
..........\........\..\.....\yu.exe.embed.manifest.res
..........\........\..\.....\yu.exe.intermediate.manifest
..........\........\..\.....\yu.lastbuildstate
..........\........\..\.....\yu.log
..........\........\..\.....\yu_manifest.rc
..........\........\..\.....\源.obj
..........\........\..\token fault.txt
..........\........\..\token.txt
..........\........\..\yu.vcxproj
..........\........\..\yu.vcxproj.filters
..........\........\..\yu.vcxproj.user
..........\........\yu.sln
..........\........\yu.suo
..........\........\ipch\yu-e5e896f5
..........\........\yu\Debug
..........\........\Debug
..........\........\ipch
..........\........\yu
..........\语法分析
语法分析器