搜索资源列表
LL1.rar
- LL1分析法,做编译原理试验用的,pdf格式,LL1 analysis, so the compiler used the principle of the pilot, pdf format
CAL
- 用递归下降的LL1文法实现的可编程计算器-Using recursive grammar LL1 decline in the realization of a programmable calculator
ll
- ll1文法分析,(1)LL(1)分析程序,编制人:姓名,学号,班级 (2)输入一以#结束的符号串(包括+—*/()i#):在此位置输入符号串 (3)输出过程如下: 步骤 分析栈 剩余输入串 所用产生式 1 E i+i*i# E->TG (4)输入符号串为非法符号串(或者为合法符号串) 注:(1)在“所用产生式”一列中如果对应有推导则写出所用产生式;如果为匹配终结符则写明匹配的终结符;如分析异常出错则写为“分析出错”;若成功结束则写为“分析成功”
LL1
- 用于LL1文法分析 大家交流学习一下 有不正确的地方 请指正-this programe is for LL1,welcome to download it
LL1
- 预测法分析程序,具有一定的错误处理能力,出错后能够使程序继续运行下去,直到分析过程结束。可通过不同的文法(通过数据表现)进行测试。-Compiling principle course design, grammar parsers
bianyiyuanli_ll1
- 编译原理LL1文法分析,求follow集,遍历follow集求解,推到产生式-Compiler theory LL1 grammar analysis to seek follow set the traversal follow set solving, pushed to the production
050420212-
- 编译原理LL1文法的实现,左递归的消除,句子分析,过程显示。-LL1 grammer anlarnazi.
LL1
- L1文法分析器,只能分析 E -> TE E -> + TE | ε T -> FT T -> *FT | ε F -> i | (E)
LL1_number
- 一个整数四则运算的LL1文法解析器,使用递归下降算法,是编译原理的作业。-An integer four computing LL1 grammar parser, recursive descent algorithm is the job of the compiler theory.
20120502_lxw
- 实现编译原理中词法分析,语法分析,语义分析,包括递归下降算法,LL1文法等-Compiler theory lexical analysis, parsing, semantic analysis, including recursive descent algorithm, LL1 grammar
LL1
- 简单的LL1分析,文件输入文法~~你值得下载-Simple LL1 analysis, file input grammar ~ ~ ~ ~ you deserve download
LL1
- 程序的功能点: (1)根据LL1分析法编写一个语法分析程序,.输入已知文法,由程序自动构造文法的分析表M。 (2)所开发的程序可适用于不同的文法和任意输入串,且能判断该文法是否为LL1文法。 (3)增加运行实例,对于输入的文法和符号串,所编制的语法分析程序应能正确判断此串是否为文法的句子,并输出分析过程。 (4)附加个人在编译原理课程设计中的设计报告,报告也是对源代码的详细说明。 (5)程序的开发具体环境是vs2003-The program function point:
LL1
- 编译原理,基于LL1文法的语法分析程序。源文件-LL1 grammar parser
LL1
- 输入已经消除左递归的以及提取公共左因子的LL(1)文法,再输入相应的表达式,若分析成功,则在递归输出过程中输出"acc",若不成功,则有相应的报错以及位置指名。注意,要把同一个非终结符的产生式分成单个输入。它会自动计算first,follow,预测分析表的构造,但并不输出。-Input has to eliminate left recursion and extract the public left factor of LL (1) grammar, then input the corre
11003070108
- 能实现基本编译原理算法演示,如LL1文法、算符优先、词法分析、语法分析等-To achieve a basic compiler theory algorithm demonstration, such as LL1 grammar, operator precedence, lexical analysis, parsing, etc.
LL1
- 求LL1文法的first集,follow集以及文法的分析构造表。-Seeking LL1 grammar first set, follow sets and grammar analysis to construct the table.
实验2
- LL1文法分析器,可以识别LL1文法,求出first集与follow集,生成分析表。(LL1 grammar analyzer, you can identify the LL1 grammar, find the first set and follow set, generate an analysis table.)
BY
- 北邮编译原理第二次编程作业LL1文法代码(Our compiler principle second programming operation LL1 grammar code)