refactor

refactor 1.03

refactor is a Vim plugin that offers the functionality of a C/C++ refactoring tool.This plugin contains some basic refactoring commands for C/C++. For the complexity of C++, instead of really parse the source code, were used regular expression...

Invicta

Invicta 0.1

Invicta is a build management tool, targeted mainly for large-scale projects. Invicta can be used either as a 'black box' or as a complete framework.Invicta does not replace existing build tools; instead, it uses them, functioning as a stronger and...

Polyglot

Polyglot 2.2.2

Polyglot is a highly extensible compiler front end for the Java programming language. The project is implemented as a Java class framework using design patterns to promote extensibility. Using Polyglot, language extensions can be implemented without...

Octave

Octave 2.0.17

GNU Octave project is a high-level language, primarily intended for numerical computations. It provides a convenient command line interface for solving linear and nonlinear problems numerically, and for performing other numerical experiments using a...

PL/1 for GCC

PL/1 for GCC 0.0.14

PL/1 for GCC project is an attempt to create a native PL/I compiler using the GNU Compiler Collection. PL/I is a third-generation procedural language suitable for a wide range of applications including system software, graphics, simulation, text...

Alice ML

Alice ML 1.3

Alice is a functional programming language based on Standard ML, extended with rich support for concurrent, distributed, and constraint programming.Here are some key features of "Alice ML":· Futures: laziness and light-weight concurrency with...

GCL

GCL 2.6.2

GCL is a Compiler and interpreter for Common Lisp. GCL compiles to C and then uses the native optimizing C compiler (e.g., GCC), giving great portability. It is highly efficient: a function call is basically the same speed as a C function call, in fact...