CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 抽象语法树

搜索资源列表

  1. 编译原理及实践

    1下载:
  2. 目      录 译者序 前言 第1章   概论 1 1.1   为什么要用编译器 2 1.2   与编译器相关的程序 3 1.3   翻译步骤 5 1.4   编译器中的主要数据结构 8 1.5   编译器结构中的其他问题 10 1.6 &
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-04-25
    • 文件大小:7612048
    • 提供者:wesong
  1. antlr-3.0b5.tar

    0下载:
  2. ANTLR(ANother Tool for Language Recognition)它是这样的一种工具,它可以接受词文法语言描述,并能产生识别这些语言的语句的程序。作为翻译程序的一部分,你可以使用简单的操作符和动作来参数化你的文法,使之告诉ANTLR怎样去创建抽象语法树(AST)和怎样产生输出。ANTLR知道怎样去生成识别程序,语言包括Java,C++,C#. -distributions (ANother Tool for Language Recognit ion) it is a to
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2650675
    • 提供者:guid
  1. RJ010408

    0下载:
  2. 学编译原理时的课程作业,里面包含抽象语法树和程序源代码.-school compiler theory courses at the operation, which contains an abstract syntax tree and source code.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:126753
    • 提供者:吗啡
  1. BooleanExp

    0下载:
  2. 我写的抽象语法树,可以从用户输入条件中,判断处优先级,并自动建树,目前可以对TLISTVIEW 跟DBGRID进行过滤
  3. 所属分类:电子政务应用

    • 发布日期:2008-10-13
    • 文件大小:6349
    • 提供者:ss
  1. tiger_compiler

    0下载:
  2. 用java实现的tiger编译器,虽然功能还很简单,不过已经实现了抽象语法树的生成-Java implementation of the tiger by the compiler, although the function is still very simple, but has achieved the generation of abstract syntax tree
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:71387
    • 提供者:dele
  1. parser

    0下载:
  2. 采用递归下降分析法实现C0语言的语法分析器,其中中间表示采用抽象语法树的形式。 程序的输入:词法分析阶段的输出文件 程序的输出:存储了抽象语法树相关信息的XML格式的文件 -Decline in the use of recursive analysis method to achieve C0 language parser, which indicated that the use of intermediate abstract syntax tree form. Proced
  3. 所属分类:Compiler program

    • 发布日期:2017-03-25
    • 文件大小:3522
    • 提供者:
  1. Compiler

    1下载:
  2. 本设计Tiger语言为源语言,制作了编译程序的前端部分,主要包括了词法分析、语法分析、抽象语法树和类型检查的设计和实现方法,以及课程设计中碰到的问题、实验心得、参考数据等。-Tiger of the design language for the source language, has produced a compiler front-end parts, including the lexical analysis, syntax analysis, abstract syntax tre
  3. 所属分类:Compiler program

    • 发布日期:2014-11-09
    • 文件大小:389798
    • 提供者:jack sio
  1. bianyi

    0下载:
  2. 运用Cup和JLex工具,进行编译原理的词法分析、语法分析、抽象语法树生成。-use Cup and JLexuse to build principles of lexical analysis, syntax analysis, abstract syntax tree is generated.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:2028730
    • 提供者:pry
  1. 29782161Scanner

    0下载:
  2. 递归下降分析法实现C0语言的语法分析器,其中中间表示采用抽象语法树的形式。 程序的输入-sdasdfsadfsadfsdfsdf
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:32200
    • 提供者:chenlin
  1. GCC_ASP_C

    0下载:
  2. 描述了一种利用GCC抽象语法树(AST)文本来提取源程序静态信息的方法.-Describes a use of GCC Abstract Syntax Tree (AST) to extract the source text of the static information.
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-03-29
    • 文件大小:642037
    • 提供者:yy
  1. Eclipse_AST

    0下载:
  2. Eclipse AST(抽象语法树)使用指南
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:151012
    • 提供者:曾挺
  1. astcup-source-code

    0下载:
  2. astcup的源代码,即抽象语法树的cup扩展源代码。-astcup the source code, abstract syntax tree of the cup is expanded source code.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:16810
    • 提供者:张晓娜
  1. KikiTigerCompiler

    0下载:
  2. 编译原理课程设计 Tiger Compiler JAVA实现 生成Mips指令 词法分析,语法分析,抽象语法树,类型检查,中间代码生成,规范化,指令选择,活性分析,寄存器分配,合为一体。-Principles of curriculum design compilation to achieve Tiger Compiler JAVA Mips instruction generated lexical analysis, parsing, abstract syntax tree, type
  3. 所属分类:Java Develop

    • 发布日期:2017-05-08
    • 文件大小:1769678
    • 提供者:张轩
  1. TCCompileri

    0下载:
  2. 本设计Tiger语言为源语言,制作了编译程序的前端部分,主要包括了词法分析、语法分析析、抽象语法树和类型检查的设计和实现方法,和课程设计中碰到的问题、实验心得、参考数据等。 -Tiger of the design language for the source language, produced a front-end part of the compiler, including lexical analysis, parsing analysis, design and implem
  3. 所属分类:Windows Develop

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

    0下载:
  2. 对tiny语义分析器的阅读和分析,理解符号表的定义(栏目设置)与基于抽象语法树的类型检查/推论的实现方法(树遍历)。完成C-语言的符号表的定义设计。规划类型检查/推论的实现方法。实现一种语言的语义分析器-Type checking/inference realization tiny semantic analyzer reading and analysis, to understand the definition of the symbol table (part set) based o
  3. 所属分类:Compiler program

    • 发布日期:2017-11-20
    • 文件大小:226883
    • 提供者:时雨
  1. shiyan3

    0下载:
  2. 对四则运算表达式的抽象语法树进行后序遍历,可以得到输入表达式所对应的四元式序列(实验4要用到这样的四元式序列)。例如输入1+2*(3+4),对应的抽象语法树的中序遍历序列、四元式序列分别为-After the abstract syntax tree arithmetic expressions were preorder, you can get input expression quaternion corresponding sequence (Experiment 4 to use th
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:815
    • 提供者:汪祥
  1. 1

    0下载:
  2. 可输出中序遍历序列检测程序功能是否正确。如果每个分支节点用一个临时变量标记,则对四则运算表达式的抽象语法树进行后序遍历,可以得到输入表达式所对应的四元式序列(实验4要用到这样的四元式序列)-Preorder output sequence detection program functions correctly. If each branch node labeled with a temporary variable, then the abstract syntax tree arithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1334
    • 提供者:汪祥
  1. antlrworks-1.4.3-src

    0下载:
  2. Antlr works 是一个辅助 Antlr 开发的工具。使用 Antlrworks 可以可视化显示文法,并可以对语法分析树和抽象语法树可视化。-Antlr works is a tool developed Antlr auxiliary. You can use the visual display Antlrworks grammar, and can parse tree and abstract syntax tree visualization.
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-17
    • 文件大小:4374916
    • 提供者:ll
  1. LL

    0下载:
  2. 利用LL分析方法实现的语法分析器。语法分析器(Parser)通常是作为编译器或解释器的组件出现的,它的作用是进行语法检查、并构建由输入的单词组成的数据结构(一般是语法分析树、抽象语法树等层次化的数据结构)。语法分析器通常使用一个独立的词法分析器从输入字符流中分离出一个个的“单词”,并将单词流作为其输入。-LL-implemented method of analysis utilizing the parser. Parser (Parser) is often used as a compil
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:235678
    • 提供者:周慕白
  1. LR

    0下载:
  2. 利用LR分析方法实现的语法分析器。语法分析器(Parser)通常是作为编译器或解释器的组件出现的,它的作用是进行语法检查、并构建由输入的单词组成的数据结构(一般是语法分析树、抽象语法树等层次化的数据结构)。语法分析器通常使用一个独立的词法分析器从输入字符流中分离出一个个的“单词”,并将单词流作为其输入。-LR-implemented method of analysis utilizing the parser. Parser (Parser) is often used as a compil
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:237254
    • 提供者:周慕白
« 12 »
搜珍网 www.dssz.com