Download List

專案描述

aime is a simple, C-like programming language and an interpreter, both designed to be embeddable in applications. The language is straightforward, trivial, and direct. Its syntax is simpler than that of C, while still providing for full object management, higher order functions, and references. The interpreter is secure and expressive, allowing comprehensive control over program execution and providing powerful methods of application integration.

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.

2012-01-31 09:19
3.20120129

A bug in the l_short function was fixed. The lists now reserve less memory when created. Parsing of large real numbers was fixed. Buffering for file readers has been revised. An accidentally-disabled function pointer assignment operator has been re-enabled. Found broken operator definitions were fixed. A new and greatly simplified C programming interface is described.

2012-01-13 07:08
3.20120112

The byte data library has been expanded. The operator definition has been extended to define a replacing function. The extension allows combining the power and flexibility of functions with the convenience of operator syntax. A bug in function pointer declaration parsing introduced in a recent release has been fixed. The bug was precluding declarations recognition.

2012-01-04 06:45
3.20120102

Formatting of floating points has been improved. The error messages for parsing errors have been further detailed. Aime libraries including the byte array and collection libraries have been extended. The double ended queue library has been documented. A new schema for naming functions operating collection ends has been introduced.

2011-12-15 09:34
3.20111214

Non-scalar function returns are now allowed. Data of any type may be returned. Local data may be returned as well, and the interpreter will make arrangements for timely collection for applicable data types.

2011-11-26 05:32
3.20111121

The data type description records have been extended to include more reference management methods.
Temporary resources management has been extended to include application collection methods.
Neither of the two extensions is backward-compatible with previous aime versions.

Project Resources