文件名称:The-LL1-parser
- 所属分类:
- 控制台(字符窗口)编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2014-12-05
- 文件大小:
- 449kb
- 下载次数:
- 0次
- 提 供 者:
- 何**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
输入:
非终结符号串:AB
终结符号串:a
起始符号:A
文法个数:2
第一个产生式:A->aB|a
第二个产生式:B->a
输出
first follow集
输入:测试句型 aa 语法正确
测试句型 ab 语法不正确-Input:
Nonterminal symbol string: AB
The end of string symbol: a
Start symbol: A
The number of grammar: 2
The first generation type: A->aB|a
The second generation type: B->a
Output
First follow set
Input: the test sentence proper AA syntax
The test sentences AB syntax is incorrect
非终结符号串:AB
终结符号串:a
起始符号:A
文法个数:2
第一个产生式:A->aB|a
第二个产生式:B->a
输出
first follow集
输入:测试句型 aa 语法正确
测试句型 ab 语法不正确-Input:
Nonterminal symbol string: AB
The end of string symbol: a
Start symbol: A
The number of grammar: 2
The first generation type: A->aB|a
The second generation type: B->a
Output
First follow set
Input: the test sentence proper AA syntax
The test sentences AB syntax is incorrect
(系统自动生成,下载前可以参看下载内容)
下载文件列表
LL1语法分析器
.............\Debug
.............\.....\LL1语法分析器.exe
.............\.....\LL1语法分析器.ilk
.............\.....\LL1语法分析器.pdb
.............\LL1语法分析器
.............\.............\Debug
.............\.............\.....\LL1语法分析器.log
.............\.............\.....\LL1语法分析器.tlog
.............\.............\.....\..................\CL.read.1.tlog
.............\.............\.....\..................\CL.write.1.tlog
.............\.............\.....\..................\LL1语法分析器.lastbuildstate
.............\.............\.....\..................\link.read.1.tlog
.............\.............\.....\..................\link.write.1.tlog
.............\.............\.....\main.obj
.............\.............\.....\vc120.idb
.............\.............\.....\vc120.pdb
.............\.............\LL1语法分析器.vcxproj
.............\.............\LL1语法分析器.vcxproj.filters
.............\.............\main.cpp
.............\LL1语法分析器.sln
.............\LL1语法分析器.v12.suo
.............\readme.txt