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 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

损坏函数返回值的 bug 修复。R_less 函数中的一个 bug 被固定了。与新引入行政汇编程序的 bug 修复。Bug 导致应用程序崩溃时摧毁仅由函数参数引用的对象。可用于解释程序的关联数组库现已扩大。
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

日期和关联数组库得到了延伸。引用处理和程序性程序分析周围的几个 bug 已修复。
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

此版本修复了几个 bug 与相关的返回非标量类型的函数。
This release fixes several bugs related to functions returning non-scalar types.

2012-02-04 07:59
3.20120202

在早期版本中的禁用 bug 修复。Bug 有关新引入行政汇编程序接口,导致应用程序崩溃。
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