Download List

Project Description

DPROG is a domain-specific language for specifying dynamic programming algorithms. Given a recursive definition of the problem, the compiler generates code for solving the problem using dynamic programming.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-04-21 19:15
0.3.0

Prototype declarations for functions have been added. Previously, only the arity of functions could be declared; now the type of parameters can also be declared. This simplifies using the generated code with externally declared functions.
Tags: Development, Minor feature enhancements

2003-04-21 19:15
0.3.1

The ability to declare matrices local to functions has been added. This way, auxiliary matrices are handled in the generated code and need not be initialised in the calling code.
Tags: Development, Major feature enhancements

2003-04-08 15:37
0.2.4

A check has been added to the code analysis that ensures that range expressions are all either increasing or decreasing. Furthermore, the code generator now supports decreasing ranges.
Tags: Minor feature enhancements

2003-04-07 12:10
0.2.3

Options for disabling implicit symbol declarations have been added. This enables stricter symbol/type checking.
Tags: Minor feature enhancements

2003-04-05 00:50
0.2.2

Tags: Initial freshmeat announcement

Project Resources