搜索资源列表
fr.5823.0.compiler
- 词法/语法分析器bison源码,最新版本bison-2.1,,Unix_Linux0120310340817.rar...编译原理LR(0)文法分析器 录入合法的LR(0)文法,将输出LR(0)分析表,并可以对输入的句子进行语法分析输出相应语法树。...词法分析原程序对C语言可-lexical / grammatical analyzer bison source, the latest version bison - 2.1,, Unix_Linux0120310340817.rar comp
LR(0)fangyi
- 这是一个关于LR法分析语句的小程序,大家先看看吧,有什么问题我会及时改正-This is an analysis of the LR statement small procedures, we look at Look here, what I will promptly correct
LR(0)
- 构造LR(0)分析表。对给定的文法,输入字符串,给出其正确与否的判断。
LR(0)yufafenxi
- 编译原理\\LR(0) 语法分析器 编译原理\\LR(0) 语法分析器
lr
- 给出该文法的属性文法,用LR分析法实现对赋值语句的翻译,给出翻译的逆波兰式结果。-Given the grammar attribute grammar, with the realization of LR analysis of the translation of assignment statements are given against the Polish translation of the results.
LL(1)_LR(0)_Demo
- 包括一个LR(1)的语法分析程序和一个LL(1)的语法分析程序的例子- Including LR (1) grammar analysis program and LL (1) grammar analysis program example
LR
- lR(0)分析器主要用于输入一定的文法然后系统帮忙分析是否有误-lR (0) parser mainly used for the importation of a certain system of grammar and then to help analyze whether there is any mistake
LRZEROFINAL
- 编译原理中的LR[0]算法,用Java语言实现的。界面用的是Applet.-Compilation Principle of LR [0] algorithm, achieved using Java language. Interface are used by Applet.
lr0
- LR分析法是一种自下而上进行规范归约的语法分析法,L指从左到右扫描输入符号串,R是指构造最右推导的逆过程。对大多数无二义性上下文无关文法描述的语言都可用它进行有效的分析。主要分析器有LR(0),SLR(1),LR(1),LALR(1): LR(0):在分析的每一步,只需根据当前栈顶状态而不必向前查看输入符号就能确定应采取的分析动作。所能分析的LR(0)文法要求文法的每一个LR(0)项目集中都不含冲突项目。 -LR analysis is a bottom-up norms to r
LR(0)
- LR(0)编译器 LR(0)编译器 -LR (0) compiler LR (0) compiler LR (0) compiler LR (0) compiler
LR(0)
- 本文件由visualc++6.0编译,完整实现了pl0词法语法程序设计和实现.-This document compiled by the visualc++6.0, complete realization of the pl0 lexical grammar program design and implementation.
lr(0)
- 实现基于编译原理的LR(0)算法,控制台环境,界面简洁,操作方便-Principle-based compiler LR (0) algorithm, the console environment, simple interface, easy operation
LR-parser
- LR分析器设计 给定说明语句的拓广文法G[S ]如下: (0) S ->S (1) S->v I:T (2) I->I,i (3) I->i (4) T->r 其中v代表终结符var,r代表real。 其识别规范句型活前缀的DFA及LR(0)分析表如下: 输入 状态 ACTION表 GOTO表 v i , : r # S I T 0 S2 1 1 acc 2 S4
LR(0)
- 编译器LR(0)分析表的构造,用于编译器语法分析。-Compiler LR (0) of the table structure, used for parsing the compiler.
LR
- 关键词:LR分析器 LR(0)项目 文法拓广 项目集规范族 -Keywords: LR parser LR (0) item specification grammar broadening its family of itemsets
LR(0)
- 基于LR(0)方法的c++编译器,纯代码无注释-Based on LR (0) method c++ compiler, code-no comment
LR(0)
- 编译算法 LR(0)算法 简单的LR(0) 算法,加改善可变成SLR(0)算法-LR(0) alogrithm
LR(0)
- 编译原理的LR(0) 语法分析用JAVA实现,界面友好-Compiler theory of LR (0) Parsing with JAVA implementation, user-friendly
LR(0)analyser
- 用vc++做的一个基于LR(0)的文法分析器,个人感觉还是很不错的。-this is lr(0)analyser,i feel this complier is so good that i upload it,and show it to everybody .
LR(0)
- LR(0)文法的预测表分析程序,用户界面友好,可以清楚的看到整个过程-The analysis algorithm of LR(0) grammer