Welcome![Sign In][Sign Up]
Location:
Search - LALR

Search list

[ELanguageLALR(1)forwins

Description: 一个LALR(1)语法分析器,可以输入文法进行分析,也可以分析句子,非常方便-an LALR (1) parser, can be imported to analyze grammar, sentence can be analyzed, very convenient
Platform: | Size: 13219 | Author: 杜立博 | 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:

[ELanguage编译原理LALR(1)文法分析器

Description: 产生的DFA在屏幕上显示,分析表写到文件里面.- Produces DFA demonstrated on the screen that, the analytical table writes inside the document
Platform: | Size: 14336 | Author: 演好 | Hits:

[ELanguage语法分析

Description: 打开2.tab.c编译运行,a.txt为测试用的PL/0程序。 2.output中有所有的产生式和LALR分析表的所有状态。- Opens the 2.tab.c translation movement, a.txt is measures the test the PL/0 procedure. In 2.output has all production patterns and LALR analytical table all conditions.
Platform: | Size: 45056 | Author: 月光 | Hits:

[ELanguage分列类库C++语言源代码  

Description: a LALR(1) grammar for C
Platform: | Size: 9216 | Author: 郑雄 | Hits:

[ELanguageyacc_lex

Description: 编译原理的一个小实例 YACC(Yet Another Compiler-Compiler)是LALR(1)分析器的自动生成工具,它的第一版于70年代初发表,是美国贝尔实验室的软件产品(作者为S.C.Johnson) YACC将一前后文无关文法转换为一LALR(1)分析表,并提供使用该分析表进行语法分析的总控程序yyparse().-compiler principles of a small example of YACC (Yet Another Compiler- Compiler) is LALR (1) the automatic generation analyzer tool, its first edition in the early 1970s, was published in the United States Bell Labs software products (the author S. C. Johnson) will be a before and after YACC grammar unrelated to the text converted to a LALR (1) Analysis Table, and provide analysis of the use of the table for syntax analysis of the total control procedures yyparse ().
Platform: | Size: 110592 | Author: 张雷 | Hits:

[ELanguagelAlR(1)

Description: 这个文档是语法分析的文档,对输入的文档进行lR(1)分析,然后对所给的句型进行分析,判断是否合理-this document is grammatical analysis of documents, the importation of the document for l (1) analysis, then on to the boys for analysis, to determine whether reasonable
Platform: | Size: 5120 | Author: boer | Hits:

[ELanguageLALR(1)forwins

Description: 一个LALR(1)语法分析器,可以输入文法进行分析,也可以分析句子,非常方便-an LALR (1) parser, can be imported to analyze grammar, sentence can be analyzed, very convenient
Platform: | Size: 13312 | Author: 杜立博 | Hits:

[ELanguageLR0rrr1

Description: LR0分析器,一个LALR(1)语法分析器,可以输入文法进行分析,也可以分析句子,非常方便-LR0 analyzers, a LALR (1) parser, can be imported grammar analysis may also analyze the sentence, a very convenient
Platform: | Size: 2048 | Author: | Hits:

[ELanguagelemon

Description: Lemon是一个C或者C++语言的LALR(1)语法分析器生成器。它和“bison”与“yacc”的功能是一样的,但它不是“bison”或者“yacc”的简单复制。为了减少编写代码的错误,它使用了一种不同的语法。Lemon使用了一种更为高级的分析引擎,运行速度比“bison”与“yacc”要更快,并且该引擎是可重入的和线程安全的。更进一步的,Lemon实现了能够消除资源泄漏的特性,适合于长时间运行的程序例如GUI或者嵌入式控制器中。-Lemon is a C or C++ Language LALR (1) parser generator. It and
Platform: | Size: 43008 | Author: 赵军 | Hits:

[ELanguageCompiler

Description: 使用LEX和yacc实现的C—语言的词法分析器和语法分析器,采用的是LALR算法,完整的编译原理实验报告-LEX and yacc use to achieve the C-language lexical analyzer and parser, LALR uses algorithms to compile a complete report of principle experiment
Platform: | Size: 68608 | Author: 童华兵 | Hits:

[ELanguageLR

Description: 1.实验目的 设计一个LR分析器,实现对表达式语言的分析,加深对LR语法分析方法的基本思想的理解,掌握LR分析器设计与实现的基本方法。 2.实验要求 建立文法及其LR分析表表示的数据结构,设计并实现一个LALR(1)的分析器,对源程序经词法分析后生成的二元式代码流进行分析,如果输入串是文法定义的句子则输出“是”,否则输出“否”。 3.实验内容 (1)文法描述及其LALR(1)分析表 描述表达式语言的文法G如下: -1. The experiment was to design a LR parser, the realization of the analysis of the expression language, better understanding of the LR parsing method to understand the basic idea of the master LR parser design and implementation of the basic method. 2. Experiment called for the establishment of grammar and LR analysis table that the data structure, design and realization of a LALR (1) of the analyzer, lexical analysis of source code generated by the binary-type code flow analysis, if the input strings is the definition of grammar sentence is the output " yes" , otherwise output " no." 3. Experimental (1) grammar description and LALR (1) Analysis of the expression language described in Table G of the grammar are as follows:
Platform: | Size: 289792 | Author: sh_xj | Hits:

[ELanguagebyacc.tar

Description: Berkeley Yacc is an LALR(1) parser generator. Berkeley Yacc has been made as compatible as possible with AT&T Yacc. Berkeley Yacc can accept any input specification that conforms to the AT&T Yacc documentation. Specifications that take advantage of undocumented features of AT&T Yacc will probably be-Berkeley Yacc is an LALR(1) parser generator. Berkeley Yacc has been made as compatible as possible with AT&T Yacc. Berkeley Yacc can accept any input specification that conforms to the AT&T Yacc documentation. Specifications that take advantage of undocumented features of AT&T Yacc will probably be
Platform: | Size: 152576 | Author: nicholas | Hits:

[ELanguagelalr_parser

Description: a compiler with lalr paser
Platform: | Size: 9216 | Author: kentwelcome | Hits:

[ELanguageBIANYIYUA

Description: LALR(1)类文法判定及其分析器构造进行LALR(1)类文法判定-LALR (1) determine the class of grammar and parser constructed for LALR (1) determine the class of grammar
Platform: | Size: 584704 | Author: 魏潮 | Hits:

[ELanguageLALR(1)

Description: LALR(1)分析器的构造——整套课程设计,打分是良好,附有可运行的整套源代码。改一下小结就可以直接交了。-LALR (1) parser construction- set of curriculum design, scoring is good, with complete source code can be run. Summary of change it can be directly handed over.
Platform: | Size: 809984 | Author: 小香 | Hits:

[Other11-LALR-Parsing

Description: introduction to lalr parsing
Platform: | Size: 72704 | Author: gagan | Hits:

[ELanguageLALR1

Description: 用JAVA写的LALR编译器,语法编译器-Written using JAVA LALR compiler compiler syntax
Platform: | Size: 18432 | Author: 李宏 | Hits:

[ELanguagelalr(1)

Description: 实现Lalr(1)编译器,有点小错误,不要见怪-it is a complicated procedure
Platform: | Size: 37888 | Author: 玄武小雪 | Hits:

[ELanguagefirst-follow-set--LR-LALR..

Description: 动态文法-规范LR分析器&LALR分析器,还有first,follow集的求解算法-Dynamic grammar- standard LR parser & LALR parser, as well as first, follow set of algorithms for solving
Platform: | Size: 1917952 | Author: guoxian | Hits:
« 12 3 »

CodeBus www.codebus.net