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.

2013-01-29 07:28
4.20130125

The data structure supporting the aime associative arrays has been replaced.

2012-03-06 07:44
3.20120303

A bug corrupting function returns was fixed. A bug in the r_less function was fixed. A bug with the newly introduced executive assembler was fixed. The bug was causing the applications to crash when destroying objects referenced only by function arguments. The associative array library available for the interpreted programs has been expanded.

2012-02-27 07:31
3.20120225

The date and associate array libraries have been extended. Several bugs around references processing and procedural programs parsing have been fixed.

2012-02-16 11:14
3.20120212

This release fixes several bugs related to functions returning non-scalar types.

2012-02-04 07:59
3.20120202

A disabling bug in the previous release was fixed. The bug was pertaining the newly introduced executive assembler interface and was causing applications to crash.

Project Resources