搜索资源列表
compiler.rar
- decaf.jar 是将类java的decaf语言编译成tac码(Three address code,类似汇编指令)的编译器。 包含了前端的词法和语法分析、语义分析,中间代码的生成。是我最近写完的编译课的一个作业。 例子: 1. 调用 java -jar decaf.jar -l 2 blackjack.decaf > blackjack.tac 生成 *.tac 文件 2. 然后,调用 java -jar tac.jar blackjack.tac
Compiler
- 本设计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
dragon-front-source
- 一个完整的编译器前端设计,用java程序写的。属于编译原理课程的范畴。-A complete compiler front-end design, using java program written. Principles of curriculum areas are compiled.
GJC
- GJC 前端。GJC 是早年Sun 公司资助的一个开源Java 编译器。上传的代码是一个 完整的GJC Java 编译器源码-GJC front. GJC is a funded early Sun s open source Java compiler. Upload the code is a Complete GJC Java compiler source code
PL0_c_base
- PL/0 编译器前端。PL/0 编译器项目是本课程早年的主要课程实验。PL/0 是类Pascal语言的一个很小的子集。上传得代码是完整的PL/0 编译器源码C版本-2)GJC 前端。GJC 是早年Sun 公司资助的一个开源Java 编译器。上传的代码是一个完整的GJC Java 编译器源码 允许输入拉丁字符的拼音 PL/0 compiler front-end. PL/0 compiler project is the early years of this course the mai
PL0_java_base
- PL/0 编译器前端。PL/0 编译器项目是本课程早年的主要课程实验。PL/0 是类Pascal语言的一个很小的子集。上传得代码是完整的PL/0 编译器源码JAVA版本-2)GJC 前端。GJC 是早年Sun 公司资助的一个开源Java 编译器。上传的代码是一个完整的GJC Java 编译器源码 允许输入拉丁字符的拼音 PL/0 compiler front-end. PL/0 compiler project is the early years of this course the
openjdk_6_src_b23_05_jul_2011
- OpenJDK-6.0前端。OpenJDK 是Sun 公司(现隶属于Oracle公司)的一个开源Java 编译器。上传的代码是一个完整的OpenJDK-6.0 源码-OpenJDK-6.0 front-end. OpenJDK is Sun s (now part of Oracle Corporation), an open source Java The compiler. Upload the code is a complete source of OpenJDK-6.0
compiler
- Java实现的编译器前端(一直到中间代码生成)其中使用了JFLEX及CUP做Lex-Compiler by Java
jeesite-master
- JeeSite是轻量级的,简单易学,本框架以Spring Framework为核心、Spring MVC作为模型视图控制器、Spring Data JPA + Hibernate作为数据库操作层,此组合是Java界业内最经典、最优的搭配组合。前端界面风格采用了结构简单、性能优良、页面精致的Twitter Bootstrap作为前端展示框架。-JeeSite is lightweight, easy to learn, in this framework as the core Spring Fr
compile
- 类C语言编译器,前端使用Antlr工具自动生成,包括完整文法和后端翻译,使用Java编写-MC Compiler using Java