Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - LL1 first
Search - LL1 first - List
DL : 0
输入已经消除左递归的以及提取公共左因子的LL(1)文法,再输入相应的表达式,若分析成功,则在递归输出过程中输出\"acc\",若不成功,则有相应的报错以及位置指名。注意,要把同一个非终结符的产生式分成单个输入。他会自动计算first,follow,预测分析表的构造,但并不输出。-importation has been eliminated and left recursive public from the left-LL (1) grammar, further importation of the corresponding expression, if the analysis is successful, the output of the recursive process output "belongs", if successful, there were errors and the corresponding location named. Attention, we should end with a non-escalation of production into a single input. He will be automatically calculated first, follow, and predicting and analyzing the table structure, but does not export.
Update : 2008-10-13 Size : 33.15kb Publisher : 赵旋

LL(1)文法使用的是确定的自顶向下的分析技术。LL(1)的含义是:第一个L表明自顶向下分析是从左向右扫描输入串,第2个L表明分析过程中将使用最左推导,1表明只需向右看一个符号便可决定如何推导,即选择哪个产生式(规则)进行推导。 LL(1)文法的判别需要依次计算FIRST集、FOLLOW集和SELLECT集,然后判断是否为LL(1)文法,最后再进行句子分析。
Update : 2008-10-13 Size : 164.34kb Publisher : 黄宇

DL : 0
实现LL1文法,从输入文法到FIRST、FOLLOW集,分析表。再到输入文法动作
Update : 2008-10-13 Size : 10.13kb Publisher : Kword

DL : 0
计算first follow集,预测分析表
Update : 2008-10-13 Size : 6.3kb Publisher : tyty

DL : 0
LL1通用语法分析器,有消除左递归,FIRST集合、FOLLOW集合、分析表生成等功能
Update : 2008-10-13 Size : 631.78kb Publisher : Wang Xinxi

DL : 1
LL1文法的实现,先输入语法规则,之后求出FIRST和FOLLOW,最后给出预测分析表。
Update : 2008-10-13 Size : 3.83kb Publisher : 刘强国

实验二:LL1语法判断 自定义一个文法集,输入文法产生式,计算文法的FIRST,FOLLOW和SELECT集合, 利用SELECT集合构造预测分析表,接着用预测分析程序,栈 和预测分析表对输入串进行分析,给出分析过程-Lab two: The LL1 grammar judgment from defines a grammar collection, the input grammar production pattern, computation grammar FIRST, FOLLOW and the SELECT set, uses the SELECT set structure forecast analytical table, then uses the forecast analysis program, the stack and the forecast analytical table carries on the analysis to the input string, produces the analysis proce
Update : 2008-10-13 Size : 131.14kb Publisher : 罗文

LL1文法分析,可以求first,follow,select等
Update : 2009-06-12 Size : 463.91kb Publisher : gengucongcong

实验二:LL1语法判断 自定义一个文法集,输入文法产生式,计算文法的FIRST,FOLLOW和SELECT集合, 利用SELECT集合构造预测分析表,接着用预测分析程序,栈 和预测分析表对输入串进行分析,给出分析过程-Lab two: The LL1 grammar judgment from defines a grammar collection, the input grammar production pattern, computation grammar FIRST, FOLLOW and the SELECT set, uses the SELECT set structure forecast analytical table, then uses the forecast analysis program, the stack and the forecast analytical table carries on the analysis to the input string, produces the analysis proce
Update : 2025-02-17 Size : 131kb Publisher : 罗文

ll1语法分析没有自动生成分析表和first follow集-ll1 syntax analysis is not automatically generate Table and first follow Set
Update : 2025-02-17 Size : 1kb Publisher : 学衔

功能较全的LL1文法分析,自定义输入文法,生成first集follow集,再输入句子,判断是否是该文法,并显示栈的状态-function over the entire LL1 grammar analysis, since the definition of input grammar, Generating Sets follow first set, then input sentence, the judge is whether grammar, and that the state Stack
Update : 2025-02-17 Size : 198kb Publisher : chengning

DL : 0
输入已经消除左递归的以及提取公共左因子的LL(1)文法,再输入相应的表达式,若分析成功,则在递归输出过程中输出"acc",若不成功,则有相应的报错以及位置指名。注意,要把同一个非终结符的产生式分成单个输入。他会自动计算first,follow,预测分析表的构造,但并不输出。-importation has been eliminated and left recursive public from the left-LL (1) grammar, further importation of the corresponding expression, if the analysis is successful, the output of the recursive process output "belongs", if successful, there were errors and the corresponding location named. Attention, we should end with a non-escalation of production into a single input. He will be automatically calculated first, follow, and predicting and analyzing the table structure, but does not export.
Update : 2025-02-17 Size : 33kb Publisher : 赵旋

LL(1)文法使用的是确定的自顶向下的分析技术。LL(1)的含义是:第一个L表明自顶向下分析是从左向右扫描输入串,第2个L表明分析过程中将使用最左推导,1表明只需向右看一个符号便可决定如何推导,即选择哪个产生式(规则)进行推导。 LL(1)文法的判别需要依次计算FIRST集、FOLLOW集和SELLECT集,然后判断是否为LL(1)文法,最后再进行句子分析。 -LL (1) grammar is used to determine the top-down analysis techniques. LL (1) the meaning is: the first show that L is top-down analysis from left to right scan input strings, the first two L analysis showed that the process is derived using the most left, look to the right one shows that only a symbol will be can decide how derived, that is, to choose which production (rule) for derivation. LL (1) determine the needs of grammar followed by calculation of FIRST sets, FOLLOW sets and SELLECT set, and then determine whether to LL (1) grammar, sentence analysis of the final again.
Update : 2025-02-17 Size : 464kb Publisher : 黄宇

DL : 0
实现LL1文法,从输入文法到FIRST、FOLLOW集,分析表。再到输入文法动作-The realization of LL1 grammar, from grammar to enter the FIRST, FOLLOW sets, analysis table. To enter the action grammar
Update : 2025-02-17 Size : 45kb Publisher : Kword

LL1文法程序,输出有:first集follow集,select集,语法书树-LL1 grammar procedures, output there: first set follow set, select set, grammar tree
Update : 2025-02-17 Size : 273kb Publisher : 狐狸

DL : 0
计算first follow集,预测分析表-Calculation of first follow set, Forecast and Analysis Table
Update : 2025-02-17 Size : 6kb Publisher : tyty

DL : 0
LL1通用语法分析器,有消除左递归,FIRST集合、FOLLOW集合、分析表生成等功能-Universal grammar LL1 parser, has the elimination of left recursion, FIRST collection, FOLLOW collection, analysis and other functions to generate Table
Update : 2025-02-17 Size : 632kb Publisher : Wang Xinxi

DL : 0
LL1文法的实现,先输入语法规则,之后求出FIRST和FOLLOW,最后给出预测分析表。-LL1 grammar realization enter grammatical rules, obtained after the FIRST and FOLLOW, Finally, the forecast analysis table.
Update : 2025-02-17 Size : 4kb Publisher : 刘强国

给出给定LL(1)文法的FIRST和FOLLOW集,求出相应的分析表以及对给定字符串进行分析,判断是否属于该文法 -Give a given LL (1) grammar of the FIRST and FOLLOW sets, calculated the corresponding analysis table, as well as an analysis of the given string to determine whether or not belong to the grammar
Update : 2025-02-17 Size : 5kb Publisher : weilinquan

DL : 0
LL1文法分析器。实现first follow select-LL1 grammar analyzer. Achieve first follow select
Update : 2025-02-17 Size : 5kb Publisher : 蝶羽
« 12 3 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.