Welcome![Sign In][Sign Up]
Location:
Search - ll 1 parsing

Search list

[Other resourceLL(1)_parsing

Description: 关于编译方面的LL(1)语法分析程序,可以输出分析栈,按要求可以实现对输入字符串的完整分析归约过程。-compiler on the LL (1) syntax analysis procedures can output analysis stack, by asking for input strings to achieve a complete analysis of the reduction process.
Platform: | Size: 2048 | Author: zhou | Hits:

[ELanguageA

Description: 编写为某一任意上下文无关文法构造的LL(1)语法分析程序,并对任给的一个输入串进行语法分析检查。 程序要求为该文法构造预测分析表,并按照预测分析算法对输入串进行语法分析,判别程序是否符合已 知的语法规则,-To prepare for a arbitrarily constructed context-free grammar LL (1) grammar analysis program, and any given input strings for a grammar analysis of inspection. Procedural requirements for the grammar structure prediction analysis table, and in accordance with the analysis of prediction algorithms for parsing input strings, determine whether the procedures in line with the known rules of grammar,
Platform: | Size: 197632 | Author: 傅波 | Hits:

[ELanguageLL(1)compiler

Description: 一个LL1语法分析程序。学习编译原理时可供参考。-A LL1 parser. Learning for reference when compiling principle.
Platform: | Size: 288768 | Author: 光着脚 | Hits:

[Windows Develop15883

Description: (1)、本代码实现语法分析的LL(1)分析法。 (2)、输入一个文法的所有产生式,由程序自动生成它的LL(1)预测分析表。 (3)、对于给定的输入串,能正确识别该串是否为给定文法的句型。 -(1), the parsing code of LL (1) analysis. (2), all of grammar enter a production, it is automatically generated by the procedures of the LL (1) Forecast Analysis. (3), for a given input string, can correctly identify whether or not the string for a given sentence grammar.
Platform: | Size: 22528 | Author: whom | Hits:

[ELanguagedowhilee

Description: 1.1写出符合给定的语法do-while语句, 此语句符合LL(1)的文法,分析方法 的文法及属性文法。 1.2完成do-while语句的中间代码三地址表示的描述。 1.3写出do-while语句语法分析方法的思想,完成语法分析和语义分析程序设计。 1.4编制好分析程序后,设计若干用例,上机测试并通过所设计的分析程序。-1.1 write in line with the syntax of a given do-while statement, the statement in line with the LL (1) grammar, grammar analysis and grammatical attributes. 1.2 to complete a do-while statement said intermediate code description of the three addresses. 1.3 to write do-while statement syntax analysis of the ideology, the completion of parsing and semantic analysis of programming. 1.4 Analysis of the preparation of a good process, the design of a number of use cases, test the design through the analysis procedure.
Platform: | Size: 145408 | Author: 李伟霞 | Hits:

[ELanguageHQ

Description: 设计一个小型语言,要求有基本的程序语句,给出该小型语言的LL(1)文法,用预测分析法实现对该小型语言的LL(1)文法的语法分析。-Design a small language, the basic procedures required statement, given the small language LL (1) grammar, the forecast method used to achieve the mini-language LL (1) parsing grammar.
Platform: | Size: 2339840 | Author: joe | Hits:

[ELanguageyufa

Description: 语法分析器,对已给pascal语言文法,构造LL(1)分析表,编制语法分析程序,要求将错误信息输出到语法错误文件中,并输出分析句子的过程-Parser that have been to the pascal language grammar, structure LL (1) analysis table, the preparation of parsing procedure that requires the output to the error message syntax error file, and output analysis of the process of sentence
Platform: | Size: 1951744 | Author: 陈美娟 | Hits:

[xml-soap-webservicexml.tar

Description: 这是perl中使用xml的一个运行库.-XML::SAX is a new way to work with XML Parsers in Perl. In this article we ll discuss why you should be using SAX, why you should be using XML::SAX, and we ll see some of the finer implementation details. The text below assumes some familiarity with callback, or push based parsing, but if you are unfamiliar with these techniques then a good place to start is Kip Hampton s excellent series of articles on XML.com.
Platform: | Size: 76800 | Author: 搞搞 | Hits:

[Software Engineeringchap4

Description: top down parsing LL gramer
Platform: | Size: 736256 | Author: ep | Hits:

[ELanguageSyntax_Analysis-LL(1)-LCC

Description: 编译原理之语法分析LL(1) (1)消除左递归 (2)求First集 (3)求Follow集 (4)预测分析表 (5)预测分析过程-Compiler theory of parsing LL (1) (1) elimination of left recursion (2) Find First Set (3) Find Follow set (4) prediction of sheet (5) prediction analysis
Platform: | Size: 66560 | Author: | Hits:

[ELanguageSyntaxAnalysisL-R

Description: 实现编译原理的LL(1)和LR(0) (1)语法分析LL(1) (2)语法分析LR(0) (3)输出分析过程如First、Follow集、预测分析表 (4)输出预测分析过程、LR(0)自动机 (5)对输入字符串的验证-Principle to achieve compile LL (1) and LR (0) (1) parsing LL (1) (2) parsing LR (0) (3) the output of the process, such as First, Follow sets, predictive analysis, (4) output prediction analysis, LR (0) automata (5) validation of the input string
Platform: | Size: 75776 | Author: | Hits:

[ELanguageLL1sy

Description: 此程序是实现编译原理中LL(1)文法分析的,对任意输入LL(1)文法,自动构造LL(1)分析表并生成相应的语法分析程序,实现LL(1)分析过程;能对输入串进行语法分析,判断其是否符合文法。-Compile this program is to achieve the principle of LL (1) grammar analysis, for any input LL (1) grammar, automatically constructs LL (1) of the table and generates the corresponding parser to achieve LL (1) analysis can parsing the input string to determine if it meets the grammar.
Platform: | Size: 1129472 | Author: Feng | Hits:

[ELanguageLL(1)Analysis

Description: 编译原理LL(1)分析算法。。。自己写的-Compiler theory LL (1) parsing algorithm. . . Wrote it myself. .
Platform: | Size: 1063936 | Author: chezai | Hits:

[ELanguagedigui

Description: 递归下降语法分析设计原理与实现技术 完成以下描述算术表达式的LL(1)文法的递归下降分析程序 G[E]: E→TE′ E′→ATE′|ε T→FT′ T′→MFT′|ε F→ (E)|i A→+|- M→*|/ -Recursive descent parsing design principles and implementation techniques to complete the following description of arithmetic expressions LL (1) recursive descent parser grammar G [E]: E → TE ' E' → ATE ' | ε T → FT' T ' → MFT ' | ε F → (E) | i A →+ |- M →* | /
Platform: | Size: 668672 | Author: 任红伟 | Hits:

[ELanguagemylexer

Description: 包括词法分析,递归下降语法分析,LL(1)语法分析,简单优先语法分析和算符优先语法分析-Including lexical analysis, recursive descent parsing, LL (1) syntax analysis, a simple grammar analysis and operator precedence parsing priority
Platform: | Size: 12288 | Author: 李强 | Hits:

[ELanguageLL1

Description: 利用LL(1)分析方法实现算术表达式的语法分析-Using LL (1) analysis method parsing arithmetic expressions
Platform: | Size: 963584 | Author: 猪兔兔 | Hits:

[OtherLexical-Analysis

Description: 北邮编译原理与技术,LL(1)语法分析程序-Compiler theory, LL (1) parsing program
Platform: | Size: 4433920 | Author: Corent Lee | Hits:

[ELanguagecode

Description: 北邮大三上编译原理,语法分析程序源代码,有:LL(1)语法分析算法,LR(1)语法分析算法。-BUPT junior on compiler theory, syntax analysis program source code, there are: LL (1) parsing algorithm, LR (1) parsing algorithms.
Platform: | Size: 1757184 | Author: 向月车 | Hits:

[OS programCompile_Lab3

Description: LL(1)语法分析设计原理与实现技术。语法分析的设计方法和实现原理;LL(1 )分析表的构造;LL(1)分析过程;LL(1)分析器的构造-LL (1) parsing design principles and implementation techniques. Syntax analysis methods and principles of design LL (1) parsing table structure LL (1) analysis process LL (1) parser construction
Platform: | Size: 177152 | Author: 春春 | Hits:

[ELanguageLL(1)-grammar_analyse

Description: 编译原理上机实验:LL(1)语法分析。包含测试文本,本语法分析器可以实现对文本的语法分析。-Compiler theory on experiments: LL (1) parsing. Contains test text, the parser can parse the text.
Platform: | Size: 1925120 | Author: weiyi | Hits:
« 12 »

CodeBus www.codebus.net