Lemick is a project to make a programminglanguage similar to those traditional Basic implementations but with all the attributes of the modern programming tool
A refactoring tool for the Java programminglanguage, it includes the JavaStyle pretty printer, a UML java class diagram viewer, a coding standards checker and computes program metrics. Plugins for jEdit, Netbeans, JBuilder and other IDEs available.
Universal UI is an open development environment that allows the creation of user interfaces in multiple programming languages. The application classes define a framework that is subclassed by a developer and tailored for language specific output.
Mdef - MetaProgramming Language
Mdef lets you write code that writes code. N-th order programming. It lets your take your productivity to the next level. Never write the same code again.
ESOMA is a component orientated framework for simulation and evaluation
of arbitrary microprocessor and DSP architectures. Simulators using
ESOMA are runtime configurable. Architectural changes do not need
recompiling. Programminglanguage is C++ (Linu
A visual form designer, programmed as a JavaBean to be integrated into other software. It has the capability to generate code for any programminglanguage/toolkit. New languages and toolkits can be supported using XML files.
A interpreter for the brainf*k programminglanguage which also can generate C code (and a Makefile).
Supported compilers: gcc (linux, cygwin, ...) and MSVCPP 6.0
The program emulates a MIX machine (introduced by Knuth in his books "The Art of Computer Programming").
- MIX Assembly Language (MIXAL) parser that converts the MIXAL code to MIX machine code
- a MIX interpreter which executes MIX machine code
Paradox is a programminglanguage designed to combine the simplicity of scripting languages like PHP and Perl with the power and speed of C++ and Python.
The project's aim is to build automated programminglanguage translation system that will port program sources written in one language to other programminglanguage(s).
Tomato is an experimental Java application development environment which aims to replace text-based Java programming with a point-and-click visual programminglanguage. The prototype works sufficiently to help develop parts of itself.
Cantaloop aims to provide a framework which simplifies and speeds up
the application development process with the java programminglanguage. It contains a codegeneration engine for self-validating input forms which partly implements ``XForms''.
A framework for user-extensible compilers and development tools, including a Java-to-Java extensible compiler, ideal for Java code refactoring. Also includes the new LX programminglanguage.
Pizza is a small, fast and free compiler for Java and an important superset of the Java programminglanguage. It is written in Java/Pizza and compiles to Java class files.
The Cup ProgrammingLanguage is a combination compiler and VM (Virtual Machine). The language is purely procedural, though allows 'top-level' code like a scripting language.
The English ProgrammingLanguage Compiler. A simple programminglanguage that reads like plain English and compiles to Perl.
"There is a variable called 'x'. Put the string of letters "Hello, world." into the variable 'x'. Print 'x' to the screen.
Blade Language Developer (or Project Blade for short) is a toolkit for creating domain specific or general programming languages. The toolkit offers a language for describing grammars, and templatable parser generator.