搜索资源列表
javac
- GJC(Generic Java Compiler)编译器,sun公司发布的开源的工业级别的编译器。上传该开源代码,希望研究java编译器的同学提供帮助。-GJC (Generic Java Compiler) compiler, sun releases in the company's industrial revenue level of the compiler. Upload the revenue code, hope to find java compiler studen
snljava
- 一个java编译器,功能很全的- A java compiler, function very entire
lpg2
- lpg2 -- 类似于javacc (java compiler compiler ,java编译器的编译器),用来生成lalr编译器。
Note
- 这是个用java编写的简易记事本,这个记事本的功能是用来检查java源代码的语法错误,相当于一个java编译器。
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
prj_tiger
- 编译原理大作业---tiger编译器 包括semant,translate,mipsframe,regalloc等所有phase 懂的人自会知道-Compilation Principle big operation--- tiger compiler including semant, translate, mipsframe, regalloc all those who understand phase will know
gjcSource
- java编译器gjc源码 java编译环境 -GJC source java compiler java compiling environment
cmmcc1.0
- 编译器中的词法分析,用java实现,类c语言的编译器-Compiler of the lexical analysis, using java implementation, class c language compiler
temp
- 本人根据自己的实际情况,并结合编译原理大作业的要求,拟以构建这样的一个编译器——jecc(java extended-c0 compiler):Java虚拟机上的扩充C0编译器 内附详细设计文档、申优答辩PPT等很详细的资料-I according to their actual situation, combined with the principle of large operations compiler requirements, intended to build such a
Assignment
- tiger编译器的Java实现,并且就有彩显功能。-tiger of the Java compiler implementation, and there is Color function.
mytest
- 编译器,解释器构造,词法、语法、语义分析-interpreter
java
- java反编译器,将.class文件转化成.java文件,有兴趣学习源码的朋友会需要他的-Decompiler java to. class files into. java files, are interested in learning the source of his friends will need to
Main
- 这是一个模拟编译器词法分析的程序。输入正则表达式,再输入一个字符串,该程序可以判定字符串是否符合正则式的规则-This is a simulation compiler lexical analysis process. Enter the regular expression, and then enter a string, the program can determine whether the string is the type of rules
DBcompile
- 一个用JAVA语言实现的SQL编译器。能够迅速实现对SQL语言的解析。-A use of the SQL language JAVA compiler. Able to quickly realize the analytic SQL language.
Complier
- 我用JAVA写的一个编译器,希望对大家有所帮助-I used to write a JAVA compiler, I hope all of you to help
MoYi_C01
- C0编译器,实现词法分析、语法分析、输出运行栈、输出符号表、错误处理,实现到生成PCode。-C0 compiler, the realization of lexical analysis, syntax analysis, the output operation of the stack, the output symbol table, error handling, to achieve the generation of PCode.
Java
- Java 反编译器(在一起的还有 rar 包的一个)-Java Decompiler (still with a package rar)
java
- java反编译器(在一起的还有 zip 包)还可以-java Decompiler (zip package together there) can also be
tiger
- 词法语法编译器,最后可以生成语法分析树。-compiler
My-Java
- 本人开发的一款java编译器,当年学java时候用的。 主要功能:1.*.java文件编辑、2.*.java文件编译及运行、3.自动判断主类名(java文件保存时体现)、4.JDK环境变量检测及设置(winXP证实可用,理论上支持win7)... 开发环境:Microsoft Visual Studio 2005(Visual Basic 2005)。 仅供学习,如要盗版,请经过本人同意。 联系方式:QQ747192928。 可能存在Bug,请多包涵。- I