Welcome![Sign In][Sign Up]
Location:
Search - slr parser

Search list

[ELanguageslr(1)

Description: 是用slr(1)法做的一个语法分析器,写的比较简单,不过运行的还是不错的。-is slr (1) Act do a parser, written in relatively simple, but is still running well.
Platform: | Size: 5385 | Author: tctc | Hits:

[ELanguagewhale-0.3.2-src

Description: Complete support for EBNF notation; Object-oriented parser design; C++ output; Deterministic bottom-up "shift-reduce" parsing; SLR(1), LALR(1) and LR(1) table construction methods; Automatic parse tree creation; Possibility to output parse tree in XML format; Verbose conflict diagnostics; Generation of tree traverse procedures
Platform: | Size: 220160 | Author: none | Hits:

[ELanguageslr(1)

Description: 是用slr(1)法做的一个语法分析器,写的比较简单,不过运行的还是不错的。-is slr (1) Act do a parser, written in relatively simple, but is still running well.
Platform: | Size: 5120 | Author: tctc | Hits:

[ELanguageSLR1

Description: 在VC下打开SLR1.dsp,阅读工程SLR1,SLR1为一个加、乘(适当扩充可为四则)运算表达式的SLR语法分析器-In the VC open SLR1.dsp, reading works SLR1, SLR1 is a plus, by (an appropriate expansion for 4) operator expression SLR parser
Platform: | Size: 100352 | Author: wzc | Hits:

[ELanguageslrSemanticAnalyzer

Description: slr语法分析器,手动构造slr分析表。-SLR parser, manual SLR structural analysis table.
Platform: | Size: 211968 | Author: 阿冬 | Hits:

[ELanguageslr(yufa)

Description: slr语法分析器-SLR parser
Platform: | Size: 3072 | Author: wfzltt | Hits:

[assembly languageSLR

Description: SLR语法分析器,实现基本的功能要求,是基于分析C语言的语法分析器-SLR parser, the realization of the basic functional requirements, is based on the analysis of C language parser
Platform: | Size: 199680 | Author: wangyun | Hits:

[ELanguagecffx

Description: 一个语法分析,能实现SLR语法分析,是一个好的语法分析器 -A syntax analysis, syntax analysis of SLR to achieve, is a good parser
Platform: | Size: 1024 | Author: 江林 | Hits:

[ELanguageLR

Description: 一个slr(1)的 语法分析器 可以自行输入文法-1 slr (1) parser can enter your own grammar
Platform: | Size: 52224 | Author: 袁俊 | Hits:

[ELanguageSLR

Description: SLR的语法分析器,VC6.0编译器通过,输入输出的文件名详见代码,输出文件中的分析过程和编译原理课本要求类似,根据不同的句子可能需要重新调整对齐格式-A SLR parser, built by MS VC 6.0, an assignment of my Compiler Principles course
Platform: | Size: 1004544 | Author: lyx | Hits:

[ELanguageLR0

Description: (1)构造文法G的LR(0)项目 (2)构造文法G的LR(0)项目集规范族及识别活前缀的DFA (3)证明文法G不是LR(0)文法而是SLR(1)文法,并构造SLR(1)分析表 (4)设计LR语法分析程序,且能输出分析过程 (5)列举两个例子测试语法分析程序(识别失败一例,识别成功一例,后者推导步骤不得少于10步) -(1) construct grammar G of the LR (0) item (2) construct grammar G of the LR (0) item sets standards and identification of family living prefix DFA (3) prove that the grammar G is not LR (0) grammar, but the SLR (1 ) grammar, and constructs SLR (1) analysis table (4) design LR parser, and can output analysis process (5) cited two examples of parsing test procedures (identification fails an example, identify the success of a case, the latter shall not be derived step Less than 10 steps)
Platform: | Size: 45056 | Author: wolf | Hits:

[ELanguageLRTrans1

Description: 该程序为一个手工编码实现的简单SLR语法分析器,其词法分析器调用接口为lex(),语法分析调用接口为SLR1()。-The program is a simple hand-coded implementation SLR parser, the lexical analyzer is called interface lex (), parsing call interface for the SLR1 ().
Platform: | Size: 223232 | Author: 孔小亮 | Hits:

[ELanguageSLR1

Description: 该程序为一个手工编码实现的简单SLR语法分析器,其词法分析器调用接口为lex(),语法分析调用接口为SLR1()。-The program is a simple hand-coded implementation SLR parser, the lexical analyzer is called interface lex (), parsing call interface for the SLR1 ().
Platform: | Size: 225280 | Author: 孔小亮 | Hits:

[ELanguageSLR

Description: this is a code for SLR parser generator written in C
Platform: | Size: 1024 | Author: S.Iswariya | Hits:

[ELanguageSLR1

Description: 在VC下打开LRTrans1.dsp,阅读工程LRTrans1,LRTrans1为一个加、乘(适当扩充可为四则)运算表达式的SLR语法分析器,规定其文法如下: 文法3: (0) S ->E (1) E->E+E (2) E->E*E (3) E->(E) (4) E->i 经分析其SLR(1)分析表如下(分析表按“操作符运算优先级和运算符的结合率”方法解决冲突——*优先集高于+,*和+的结合率均为左结合) -In the VC to open LRTrans1.dsp, read the works LRTrans1, LRTrans1 as a plus, by (the appropriate expansion for 4) expression is the SLR parser, the provisions of the grammar as follows: Grammar 3: (0) S' -> E (1) E-> E+ E (2) E-> E* E (3) E-> (E) (4) E-> i by the analysis of the SLR (1) of the table as follows (of the table by " operation Fu operator precedence and operator binding rate " method of conflict resolution priority set higher than the+--*,* and+ binding rate for both left-associative)
Platform: | Size: 13312 | Author: chivas | Hits:

[STLgrammar

Description: SLR语法分析器,自动生成。生成项目集,求First集,求Follow集,生成goto表和action表。-SLR parser, automatically generated. Build the project set, First set of requirements, seeking Follow sets, action table and goto table generation.
Platform: | Size: 50176 | Author: zhangqida | Hits:

[ELanguageSLR-Parser

Description: It is compiler program SLR parser
Platform: | Size: 29696 | Author: tira nosa | Hits:

[ELanguageslrparseing

Description: Simple LR or SLR parser is a type of LR parser with small parse tables and a relatively simple parser generator algorithm. As with other types of LR(1) parser, an SLR parser is quite efficient at finding the single correct bottom-up parse in a single left-to-right scan over the input stream, without guesswork or backtracking.
Platform: | Size: 321536 | Author: divya | Hits:

[assembly languageSLR

Description: SLR分析器SLR语法分析器,能求出FIRST、FOLLOW 集和构造出SLR分析表,出入一个句子,能动态演示匹配过程。(-The the SLR parser SLR parser can be obtained FIRST and FOLLOW sets and construct the SLR analysis table, and out of a sentence, dynamic presentation of the matching process. (
Platform: | Size: 609280 | Author: 杨程 | Hits:

[ELanguageSLR

Description: SLR parser table SLR parser table SLR parser table-SLR parser table SLR parser table SLR parser table SLR parser table
Platform: | Size: 8613888 | Author: ASQ | Hits:
« 12 »

CodeBus www.codebus.net