CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - slr parser

搜索资源列表

  1. whale-0.3.2-src.zip

    0下载:
  2. 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 pars
  3. 所属分类:编译器/词法分析

    • 发布日期:
    • 文件大小:220189
    • 提供者:
  1. slr(1)

    1下载:
  2. 是用slr(1)法做的一个语法分析器,写的比较简单,不过运行的还是不错的。-is slr (1) Act do a parser, written in relatively simple, but is still running well.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:5385
    • 提供者:tctc
  1. LR0

    7下载:
  2. (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)
  3. 所属分类:Compiler program

    • 发布日期:2016-01-21
    • 文件大小:45372
    • 提供者:wolf
  1. SLR1

    2下载:
  2. 该程序为一个手工编码实现的简单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 ().
  3. 所属分类:Compiler program

    • 发布日期:2017-03-26
    • 文件大小:225176
    • 提供者:孔小亮
  1. SLR

    1下载:
  2. SLR语法分析器,实现基本的功能要求,是基于分析C语言的语法分析器-SLR parser, the realization of the basic functional requirements, is based on the analysis of C language parser
  3. 所属分类:assembly language

    • 发布日期:2017-03-27
    • 文件大小:199997
    • 提供者:wangyun
  1. cffx

    0下载:
  2. 一个语法分析,能实现SLR语法分析,是一个好的语法分析器 -A syntax analysis, syntax analysis of SLR to achieve, is a good parser
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:1294
    • 提供者:江林
  1. whale-0.3.2-src

    0下载:
  2. 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 XM
  3. 所属分类:Compiler program

    • 发布日期:2017-11-09
    • 文件大小:220502
    • 提供者:none
  1. LR

    0下载:
  2. 一个slr(1)的 语法分析器 可以自行输入文法-1 slr (1) parser can enter your own grammar
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:52176
    • 提供者:袁俊
  1. SLR

    0下载:
  2. SLR的语法分析器,VC6.0编译器通过,输入输出的文件名详见代码,输出文件中的分析过程和编译原理课本要求类似,根据不同的句子可能需要重新调整对齐格式-A SLR parser, built by MS VC 6.0, an assignment of my Compiler Principles course
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:1004085
    • 提供者:lyx
  1. LRTrans1

    0下载:
  2. 该程序为一个手工编码实现的简单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 ().
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:223335
    • 提供者:孔小亮
  1. SLR

    0下载:
  2. this is a code for SLR parser generator written in C
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:1371
    • 提供者:S.Iswariya
  1. SLR1

    1下载:
  2. 在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
  3. 所属分类:Compiler program

    • 发布日期:2016-06-20
    • 文件大小:13312
    • 提供者:chivas
  1. grammar

    0下载:
  2. 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.
  3. 所属分类:STL

    • 发布日期:2017-04-02
    • 文件大小:50654
    • 提供者:zhangqida
  1. compile

    1下载:
  2. SLR(1)语法分析器的设计与实现,自底向上的语法分析器-SLR (1) the design and implementation of the parser, bottom-up parser
  3. 所属分类:Compiler program

    • 发布日期:2017-05-03
    • 文件大小:1155589
    • 提供者:邓明
  1. SLR-Parser

    0下载:
  2. It is compiler program SLR parser
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:29392
    • 提供者:tira nosa
  1. Compiler-theory-experiments

    0下载:
  2. 通过设计、编制、调试典型的SLR(1)语法分析程序,实现对实验一所得词法分析程序所提供的单词序列进行语法检查和结构分析,进一步掌握常用的语法分析方法。-A typical SLR (1) parser through the design, development, debugging, syntax checking and structural analysis of lexical analysis program, the experimental one obtained by the
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:37487
    • 提供者:哈达
  1. slrparseing

    0下载:
  2. Simple LR or SLR parser is a type of LR parser with small parse tables and a relatively simple parser generator algorithm. As with other types of LR(1) parser, an SLR parser is quite efficient at finding the single correct bottom-up parse in a singl
  3. 所属分类:Compiler program

    • 发布日期:2017-11-10
    • 文件大小:321558
    • 提供者:divya
  1. SLR

    0下载:
  2. 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. (
  3. 所属分类:assembly language

    • 发布日期:2017-11-27
    • 文件大小:608879
    • 提供者:杨程
  1. LR

    0下载:
  2. 简易的LR语法分析器,只能实现用SLR(0)语法分析,不能实现LR(1)-Simple LR parser, can only be realized SLR (0) parsing can not be realized LR (1)
  3. 所属分类:Compiler program

    • 发布日期:2017-11-20
    • 文件大小:1630
    • 提供者:郭一骏
  1. SLR

    0下载:
  2. SLR parser table SLR parser table SLR parser table-SLR parser table SLR parser table SLR parser table SLR parser table
  3. 所属分类:Compiler program

    • 发布日期:2017-05-26
    • 文件大小:8613850
    • 提供者:ASQ
« 12 »
搜珍网 www.dssz.com