CLAW is an extremely minimilistic programming language that is good for people looking to write their own language, or learn more about programming language design. The compiler and interpreter are just two C files that even Dev-C++ can compile!
This project is a translator of java .class files containing java
bytecode to the Common Language Architecture (CLI) executable code
files.
CLI, it is the base specification of Microsoft .Net framework (However, this projects intends to be
independe
The Dirt virtual machine is designed to be easily used as a scripting engine or runtime core in C or C++ projects. The language itself is very similar to C. The tools have been created from scratch (no lex/bison/yacc) and are very portable
jarg reduces a jar file that have java class files.
It remove debugging informations.
It remove unnecesary attributes for execution.
It remove unused fields and unused methods.
It remove unused entry in the constant pool.
It rename fields and method
AspectJ integration with Borland's JBuilder IDE. Developers use the AspectJ language to do aspect-oriented programming for Java projects. They can compile and run AspectJ and Java programs, and navigate and view crosscutting structure in the editor an
ARIO is a C++ library for reading and producing archive files, which are commonly used as libraries of relocatable object files. See also ELFIO project.(http://sourceforge.net/projects/elfio)
GLBCC is a front-end to the GNU Compiler Collection. GLBCC adds Liberty Basic to the GCC language collection so that Liberty Basic code can be compiled directly to an executable. Since GLBCC uses GCC, the object files can also be linked with object file
Pizza is a small, fast and free compiler for Java and an important superset of the Java programming language. It is written in Java/Pizza and compiles to Java class files.
SenseTalk is an exceptionally readable scripting language in the xTalk (HyperTalk) family. This Project serves as a home for SenseTalk-related OpenSource projects. Although SenseTalk itself is not OpenSource at this time, some extension modules are.
Java-program to read, modify and execute class-files. a real java VM written in java or a decompiler for class-files is possible (and partially working)
SuperClass is a JavaScript pre-processor/interpreter object, designed
to facilitate class-based OOP in JavaScript. NOTE: Project is closed. Replaced by: http://sourceforge.net/projects/jsclass
Java decompiler written in C++ aimed to decompile Java 6.0 (and below) class files. The intention of the decompiler is to generate source files using as much information provided in the class file as possible.
Compiler for the scripting language Tcl used to create native application out of tcl language input files. The native applications are significant faster and absolute safe in terms of protect your private property