Download List

Project Description

interpcom is a command interpreter library in C that can be used to build scientific applications. It is very easy to add new commands. The library contains an expression evaluator that can be used to parse the arguments of the commands. It is possible to define "objects" which are arrays of numbers having a name, and structures. It is possible to use threads (several programs running simultaneously).

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.

2001-01-30 15:13 Back to release list
2.0.2

A lot of error messages have been added in the routine that reads the initialization file, the number of the line where an error occurs is now printed with the error message, a few bugfixes, two new built-in commands, a new type of variables for the expression evaluator (they can be used to increase the speed of programs that use mainly the expression evaluator), other methods to increase the speed of programs using mainly the expression evaluator and new tools to create thread-specific parameters.

Project Resources