搜索资源列表
d
- 一个语法分析,能实现SLR语法分析,是一个好的语法分析器-A parsing,which can realize SLR parsing,is a good parsing analyzer.
slr(1)
- 是用slr(1)法做的一个语法分析器,写的比较简单,不过运行的还是不错的。-is slr (1) Act do a parser, written in relatively simple, but is still running well.
4yufa
- 4,slr(1)语法分析器-4, slr (1) grammar analyzer
wfp
- 对于自底向上分析法中的LR语法分析器,其分析过程都一样,就是读输入字符、查分析表以采取合适的行动(进栈或归约)、再读输入字符、再查表…..。不同的地方是分析表,分析表的构造方法分为简单LR方法(SLR)、规范的LR方法、向前看的LR文法(LALR),分别构造出三种不同的分析表。本着欺软怕硬的原则,我使用SLR方法来从给定文法G中构造分析表。下面先直观地看一下输入输出,然后再分析程序的结构以及代码。 输入是一个文法,保存在名为dd.txt的文本文件中,并放在程序当前目录下,其格式为
SLR1
- 在VC下打开SLR1.dsp,阅读工程SLR1,SLR1为一个加、乘(适当扩充可为四则)运算表达式的SLR语法分析器
myjava
- 我开发的一个用java语言实现的编译器,内含词法分析器,语法分析器,而且可以实现中间代码生成.用到了SLR算法和LR(1)算法
slrSemanticAnalyzer
- slr语法分析器,手动构造slr分析表。
slr(yufa)
- slr语法分析器
SLR(1)
- 编译原理SLR(1)语法分析器-SLR(1)
SLR1
- 该程序为一个手工编码实现的简单SLR语法分析器,其词法分析器调用接口为lex(),语法分析调用接口为SLR1()。-The program is a simple hand-coded implementation SLR parser, the lexical analyzer is called interface lex (), parsing call interface for the SLR1 ().
SLR
- SLR语法分析器,实现基本的功能要求,是基于分析C语言的语法分析器-SLR parser, the realization of the basic functional requirements, is based on the analysis of C language parser
cffx
- 一个语法分析,能实现SLR语法分析,是一个好的语法分析器 -A syntax analysis, syntax analysis of SLR to achieve, is a good parser
LR
- 一个slr(1)的 语法分析器 可以自行输入文法-1 slr (1) parser can enter your own grammar
SLR
- SLR的语法分析器,VC6.0编译器通过,输入输出的文件名详见代码,输出文件中的分析过程和编译原理课本要求类似,根据不同的句子可能需要重新调整对齐格式-A SLR parser, built by MS VC 6.0, an assignment of my Compiler Principles course
modian
- 这是一个用另外一种方法构造的slr语法分析器,真的很好用,希望大家可以参考一下-It is very good, I promise!!!!
LRTrans1
- 该程序为一个手工编码实现的简单SLR语法分析器,其词法分析器调用接口为lex(),语法分析调用接口为SLR1()。-The program is a simple hand-coded implementation SLR parser, the lexical analyzer is called interface lex (), parsing call interface for the SLR1 ().
SLR1
- 在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
grammar
- 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.
SLR
- 我的编译作业,依SLR编写的SLR语法分析器-Syntax analysis with SLR
SLR
- 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. (