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

Search list

[ELanguage20029440913

Description: 这是一份用vc做的编译器,可以解析LL(1)文法,就是一份实验报告。-This is a done with vc compiler can resolve the LL (1) grammar, that is, a test report.
Platform: | Size: 348160 | Author: yhc | Hits:

[VC/MFCgrammer

Description: 预测分析法基本要求:1) 任意输入一个文法G; 2) 处理文法中可能存在的左递归和公共左因子问题;3) 对文法中的每个非终结符自动生成并打印输出:① FIRST集;② FOLLOW集;4)判断处理后的文法是否为LL(1)文法,如果是,自动生成并打印输出其预测分析表;5) 模拟分析过程。如输入一个句子,如果该句子合法则输出与句子对应的语法树;能够输出分析过程中每一步符号栈的变化情况。如果该句子非法则进行相应的报错处理。 -Prediction analysis of basic requirements: 1) any input a grammar G 2) dealing with the grammar that may exist in the left factor of left recursion and public issues 3) grammar, each nonterminal in the automatically generated and printed out: ① FIRST sets ② FOLLOW set 4) to determine whether treatment of the grammar LL (1) grammar, if it is to automatically generate and print out their predictive analysis table 5) simulation analysis. As input a sentence, if the sentence is lawful sentence corresponding output syntax tree to the output of the process every step of the sign changes in the stack. If the sentence is illegal corresponding error processing.
Platform: | Size: 240640 | Author: 王喜春 | 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:

[ELanguageC-compile-system

Description: 这是编译原理课程的大作业,实现了简单的C语言向x86汇编语言的转换。使用LL(1)文法。-This is a great compiler theory course work to achieve a simple C language to convert x86 assembly language. Using LL (1) grammar.
Platform: | Size: 40960 | Author: li | 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:

[ELanguageGrammer_analysis_program

Description: 北邮 编译原理与技术 课程实验 语法分析程序 用C++实现,包含递归下降分析,LL(1),LR(1),YACC的所有源代码及测试输入文件-Compile didactical building principle and technology experiment grammar analysis in c++ program implementation, include recursively to analysis, LL (1), LR (1), all of the source code and YACC testing input file
Platform: | Size: 1626112 | Author: 停留 | Hits:

[Windows Developll1

Description: 实现ll(1)文法的演示,vc++编写,可实现演示-ll(1)grammar showbiz
Platform: | Size: 3432448 | Author: 爱的痕 | Hits:

[ELanguage2

Description: 词法分析器,基于LL(1)的词法分析器,可以进行词法的基本分析- Lexical analyzer, lexical analyzer based on LL (1)
Platform: | Size: 191488 | Author: zhao jin | Hits:

[ELanguageGrammar-analyzer

Description: 编译原理中的LL(1)语法分析器,利用Visual C++6.0实现-Compiling principle of LL (1) grammar analyzer, use of Visual C++ 6.0 realized
Platform: | Size: 2034688 | Author: 张三 | Hits:

[ELanguagegrammar-analyser

Description: 1、任意输入一个文法G; 2、处理文法中可能存在的左递归和公共左因子问题; 3、对文法中的每个非终结符自动生成并打印输出: ① FIRST集; ② FOLLOW集; 4、判断处理后的文法是否为LL(1)文法,如果是,自动生成并打印输出其预测分析表; 5、模拟分析过程。 如输入一个句子,如果该句子合法则输出与句子对应的语法树;能够输出分析过程中每一步符号栈的变化情况。如果该句子非法则进行相应的报错处理。 -An arbitrary input to a grammar G 2, handle left recursive grammar and public left factor 3, for each nonterminal in the grammar automatically generate and print the output: ① the FIRST set ② FOLLOW sets 4, the judge after the grammar is LL (1) grammar, if yes, to automatically generate and print the output of the prediction table 5, the simulation analysis. Enter a sentence if the sentence is legitimate output corresponding with the sentence syntax tree able to output analysis process every step of the symbols in the stack changes. If the sentence is illegal is the appropriate error handling.
Platform: | Size: 1485824 | Author: chenlu | Hits:

[Other resourcell1_Operatorpriority

Description: ll(1)&& 算符优先,其他的词法分析部分可以忽略-just ll(1) and Operator priority
Platform: | Size: 153600 | Author: 王锦程 | Hits:

[ELanguageLL--Syntax-analysis

Description: 编译原理中用c++编写的ll语法分析器,LL语法分析器-LL Syntax analysis
Platform: | Size: 1872896 | Author: dlq | Hits:

[ELanguageLL1-parser

Description: <编译原理课程设计>利用LL(1)分析算法,手工实现语法分析器-LL (1) parser
Platform: | Size: 11264 | Author: | Hits:

[ELanguageSA

Description: 编译原理课程的语法和词法翻译程序,使用的是LL(1)分析方法-Compiler theory curriculum of grammar and lexical translation process, using the LL (1) analytical methods
Platform: | Size: 412672 | Author: dodo | Hits:

[Windows DevelopTLL1h

Description: 消除左递归的文法来使文法满足进行确定自顶向下分析的条件 一个LL(1)分析法的语法分析器,已通过测试。 -Elimination of left recursive grammar to the grammar to meet the parser to determine the top-down analysis of the conditions of an LL (1) analysis method has been tested.
Platform: | Size: 16384 | Author: 分界线 | Hits:

[ELanguageLL1

Description: 编译原理的课程设计。题目为“WHILE循环语句的翻译程序设计(LL(1)法、输出四元式)”。创新之处在于,可以翻译多层循环语句(理论上是无限的,示例为4层while循环语句)-Compiler theory of curriculum design. Entitled " the WHILE loop statement translation program design (LL (1) method, output quaternion type). The innovation lies in the translation the multilayer cycle statement (theoretically infinite, the example layer while loop)
Platform: | Size: 110592 | Author: afei | Hits:

[ELanguagell1

Description: LL(1)文法的实现,主要包括文法的读取、消除左递归、求First集、Follow集、Select集,生成预测分析表,对给定句子分析是否符合文法。-LL (1) grammar implementations, read mainly include grammar to eliminate left recursion, seeking First set, Follow Set Select set generate predictive analysis table, analysis meets the grammar of a given sentence.
Platform: | Size: 2284544 | Author: czl | Hits:

[OtherLL1fx

Description: 编译原理中的LL(1)语法分析程序,帮助学生了解编译器的工作过程-Compilation principle of LL (1) grammar analysis program and help students to understand the working process of the compiler
Platform: | Size: 233472 | Author: 陈腾达 | Hits:

[ELanguagell1

Description: WHILE循环语句的翻译程序设计(LL(1)法、输出三地址表示)-The translation program design of the WHILE loop (LL (1) method, output three address said)
Platform: | Size: 251904 | Author: gsm | Hits:

[ELanguagecompiler

Description: 设计并实现SNL程序设计语言的编译程序; 四个模块: 词法分析模块 语法分析模块(递归下降方法) 语法分析模块(LL(1)方法) 语义分析模块 -The compiler source code
Platform: | Size: 777216 | Author: 杨世亚 | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

CodeBus www.codebus.net