文件名称:LRfenxiqi
- 所属分类:
- 编译器/词法分析
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 585kb
- 下载次数:
- 0次
- 提 供 者:
- han***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
对于任意给定的输入串(词法记号流)进行语法分析,要求采用LR分析器来完成。手工构造LR分析表,利用移进-归约分析算法(P69 图3.12)输出(P70 表3.8)对应的动作部分。如:
输入:id*+id/(id+id)#
输出:移进
按 F->id归约
移进
error
-For any given input string (the lexical token stream) parsing, required by LR parser to complete. LR analysis table constructed by hand using the shift- reduce analysis algorithm (P69 Figure 3.12) output (P70 Table 3.8) corresponds to the action part. Such as: input: id*+ id/(id+ id)# Output: shift according to F-> id reduction shift error ... ...
输入:id*+id/(id+id)#
输出:移进
按 F->id归约
移进
error
-For any given input string (the lexical token stream) parsing, required by LR parser to complete. LR analysis table constructed by hand using the shift- reduce analysis algorithm (P69 Figure 3.12) output (P70 Table 3.8) corresponds to the action part. Such as: input: id*+ id/(id+ id)# Output: shift according to F-> id reduction shift error ... ...
(系统自动生成,下载前可以参看下载内容)
下载文件列表
第四次上机\Debug\第四次上机.exe
..........\.....\第四次上机.ilk
..........\.....\第四次上机.pdb
..........\第四次上机\Debug\BuildLog.htm
..........\..........\.....\LR分析.obj
..........\..........\.....\mt.dep
..........\..........\.....\vc90.idb
..........\..........\.....\vc90.pdb
..........\..........\.....\第四次上机.exe.intermediate.manifest
..........\..........\LR分析.cpp
..........\..........\第四次上机.vcproj
..........\..........\第四次上机.vcproj.hanson-PC.hanson.user
..........\..........\第四次上机.vcproj.V450.Administrator.user
..........\第四次上机.ncb
..........\第四次上机.sln
..........\第四次上机.suo
..........\..........\Debug
..........\Debug
..........\第四次上机
第四次上机
..........\.....\第四次上机.ilk
..........\.....\第四次上机.pdb
..........\第四次上机\Debug\BuildLog.htm
..........\..........\.....\LR分析.obj
..........\..........\.....\mt.dep
..........\..........\.....\vc90.idb
..........\..........\.....\vc90.pdb
..........\..........\.....\第四次上机.exe.intermediate.manifest
..........\..........\LR分析.cpp
..........\..........\第四次上机.vcproj
..........\..........\第四次上机.vcproj.hanson-PC.hanson.user
..........\..........\第四次上机.vcproj.V450.Administrator.user
..........\第四次上机.ncb
..........\第四次上机.sln
..........\第四次上机.suo
..........\..........\Debug
..........\Debug
..........\第四次上机
第四次上机