Welcome![Sign In][Sign Up]
Location:
Search - slr table

Search list

[ELanguagewhale-0.3.2-src.zip

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: 220189 | Author: | Hits:

[Other resourceSLRGrammar

Description: 用于生成SLR(1)分析表,并产生相应的SLR(1)分析器-used to produce SLR (1) Analysis Table, and generates the SLR (1) Analyzer
Platform: | Size: 7593 | Author: conan | Hits:

[ELanguageSLRbyHune

Description: 用SLR分析法实现的语法分析,先用初版.exe生成符号表和token字,然后进行分析,action表程序自动生成-SLR analysis method used to achieve the syntax analysis, use the first edition. Exe Generation symbol table and token characters, Then the analysis, action automatically generated table
Platform: | Size: 80948 | 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:

[Other resourceSLRGrammar

Description: 用于生成SLR(1)分析表,并产生相应的SLR(1)分析器-used to produce SLR (1) Analysis Table, and generates the SLR (1) Analyzer
Platform: | Size: 7168 | Author: conan | Hits:

[ELanguageSLRbyHune

Description: 用SLR分析法实现的语法分析,先用初版.exe生成符号表和token字,然后进行分析,action表程序自动生成-SLR analysis method used to achieve the syntax analysis, use the first edition. Exe Generation symbol table and token characters, Then the analysis, action automatically generated table
Platform: | Size: 80896 | Author: 胡恩 | Hits:

[ELanguagefirst_and_follow_SLR

Description: 实现编译原理中 通过已知的文法来产生First集和FOLLOW集 以及SLR分析表-Compilation Principle realize through grammar known to generate First Set and FOLLOW sets, as well as SLR analysis table
Platform: | Size: 11264 | Author: 陈波 | Hits:

[ELanguageslrSemanticAnalyzer

Description: slr语法分析器,手动构造slr分析表。-SLR parser, manual SLR structural analysis table.
Platform: | Size: 211968 | Author: 阿冬 | Hits:

[ELanguageSLR

Description: SLR分析表,完整实现SLR,很不错哦,大家-SLR analysis table, complete realization of SLR, is pretty good Oh, U.S.
Platform: | Size: 288768 | Author: 张凯瑞 | Hits:

[ELanguageSLR(1)_compiler

Description: c语言实现,slr(1)语法分析,语法分析的ation表和goto表分别用txt文档保存。-c language, slr (1) grammar analysis, grammar analysis ation table and goto table txt documents were preserved.
Platform: | Size: 3072 | Author: WayZen | Hits:

[OtherLL1

Description: It s aLL1 implementation of slr table
Platform: | Size: 1024 | Author: saumya | Hits:

[ELanguageLR0

Description: (1)构造文法G的LR(0)项目 (2)构造文法G的LR(0)项目集规范族及识别活前缀的DFA (3)证明文法G不是LR(0)文法而是SLR(1)文法,并构造SLR(1)分析表 (4)设计LR语法分析程序,且能输出分析过程 (5)列举两个例子测试语法分析程序(识别失败一例,识别成功一例,后者推导步骤不得少于10步) -(1) construct grammar G of the LR (0) item (2) construct grammar G of the LR (0) item sets standards and identification of family living prefix DFA (3) prove that the grammar G is not LR (0) grammar, but the SLR (1 ) grammar, and constructs SLR (1) analysis table (4) design LR parser, and can output analysis process (5) cited two examples of parsing test procedures (identification fails an example, identify the success of a case, the latter shall not be derived step Less than 10 steps)
Platform: | Size: 45056 | Author: wolf | Hits:

[Windows Developslr(1)

Description: SLR(1)分析表的构造,编译原理实验会用到-SLR (1) analysis table of the structure, principle of the experiment will be used to compile
Platform: | Size: 321536 | Author: 朱涛 | Hits:

[ELanguageSLR(1)

Description: SLR(1)分析表分析法,给出一个分析表含action和goto表,然后对给出的语句进行语法分析,规约判断!-SLR (1) analysis table analysis, give an analysis table with action and goto tables, and then parsing the statements given in the statute to judge!
Platform: | Size: 548864 | Author: 肖琴琴 | Hits:

[MacOS developp3

Description: 采用C#编写的编译器,只是原理性说明,采用SLR表分析,最终生成4元式和符号表 本编译器是语法无关的,即能够通过文本随时重新编辑语法-Written by C# compiler, only principle of explanation, using SLR table analysis, the final generation 4 yuan type and symbol table of the compiler is syntax independent, that is, at any time through the text re-edit grammar
Platform: | Size: 128000 | Author: wxj | Hits:

[ELanguageSLR1

Description: 在VC下打开LRTrans1.dsp,阅读工程LRTrans1,LRTrans1为一个加、乘(适当扩充可为四则)运算表达式的SLR语法分析器,规定其文法如下: 文法3: (0) S ->E (1) E->E+E (2) E->E*E (3) E->(E) (4) E->i 经分析其SLR(1)分析表如下(分析表按“操作符运算优先级和运算符的结合率”方法解决冲突——*优先集高于+,*和+的结合率均为左结合) -In the VC to open LRTrans1.dsp, read the works LRTrans1, LRTrans1 as a plus, by (the appropriate expansion for 4) expression is the SLR parser, the provisions of the grammar as follows: Grammar 3: (0) S' -> E (1) E-> E+ E (2) E-> E* E (3) E-> (E) (4) E-> i by the analysis of the SLR (1) of the table as follows (of the table by " operation Fu operator precedence and operator binding rate " method of conflict resolution priority set higher than the+--*,* and+ binding rate for both left-associative)
Platform: | Size: 13312 | Author: chivas | Hits:

[STLgrammar

Description: SLR语法分析器,自动生成。生成项目集,求First集,求Follow集,生成goto表和action表。-SLR parser, automatically generated. Build the project set, First set of requirements, seeking Follow sets, action table and goto table generation.
Platform: | Size: 50176 | Author: zhangqida | Hits:

[assembly languageSLR

Description: 编译原理实验题目之构造文法的SLR分析表-Compiler construction principle experiment grammatical subject of the analysis table SLR
Platform: | Size: 17408 | Author: tyoung | Hits:

[assembly languageSLR

Description: SLR分析器SLR语法分析器,能求出FIRST、FOLLOW 集和构造出SLR分析表,出入一个句子,能动态演示匹配过程。(-The the SLR parser SLR parser can be obtained FIRST and FOLLOW sets and construct the SLR analysis table, and out of a sentence, dynamic presentation of the matching process. (
Platform: | Size: 609280 | Author: 杨程 | Hits:

[ELanguageSLR

Description: SLR parser table SLR parser table SLR parser table-SLR parser table SLR parser table SLR parser table SLR parser table
Platform: | Size: 8613888 | Author: ASQ | Hits:
« 12 »

CodeBus www.codebus.net