搜索资源列表
LR1-parser
- LR1语法分析器,输入文法,可以对句子进行扫描,并判断句子是否可接收-LR1 parser, the input grammar, you can scan the sentence and determine whether it can receive a sentence
lr1
- LR(1)分析weifa fenxi 相关的文法分析设备-LR (1) analysis of the grammar-related weifa fenxi analysis equipment
LR1
- 以lr1分析法,按照给定的文法分析单词序列是否合乎语法要求,将每一步分析打印出来,并给出最后结果.-To lr1 analysis, in accordance with the given word sequence grammar analysis grammar requirements whether it will print out every step of the analysis and give the final results.
89346505lr1
- lr文法分析器 把文法通过程序翻译生成文法分析表-lr parser grammar to grammar translation of Health through the enactment process analysis table
Cpp1
- 编译原理LR1语法分析,可以对文法进行分析-LR1 grammar compiler theory analysis, the analysis of grammar
LR1
- 基于LR(1)的语法分析器,根据不同的文法规则,对C语言文件进行语法分析-Based on LR (1) parser, depending on the grammar rules, language files for parsing C
LR11
- 实现LR1文法分析,从输入的文本中计算出first和follow值,利用闭包规则计算出LR1文法,并对输入的某个串进行分析-LR1 grammar analysis, and follow the first value calculated from the input text, the use of the closure the rule calculated LR1 grammar analysis on an input string
LR1
- 构造LR(1)分析程序,利用它进行语法分析,判断给出的符号串是否为该文法识别的句子,了解LR(K)分析方法是严格的从左向右扫描,和自底向上的语法分析方法。-Construct LR (1) analytical procedures, and use it to parse sentences of whether the judgment given string of symbols for grammar recognition LR (K) analysis method is stri
LRAnalyse
- 程序说明: 该程序能够根据给定的文法判断它是否为LR0,SLR1,LR1,LALR1文法; 打印项目集,分析表,Go函数; 若文法属于LR1,将进行LALR1文法的判断,若属于LALR1文法,将继续打印LALR1文法的项目集,分析表和Go函数。-Program Descr iption: The program according to the given grammar can determine whether it is LR0, SLR1, LR1, LALR1 gramma