Download List

项目描述

ghli is GPMI's Highlevel Language Interpreter, developed to operate
under GPMI, though it works as a standalone script interpreter as well.
It features a byte code interpreter with complex instructions for high
level languages, a framework to ease implementing precompilers, a Pascal
precompiler, and an Assembly precompiler. It aims to be small, fast,
and flexible. The number of core instructions are very limited while it
offers a simple interface so the host application can register its own
extension commands easily.

系统要求

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.

2005-08-28 17:06
0.0.3

实施动态数组的核心和帕斯卡尔预编译器。在目录树进行了重组。现在一切都编译和不gpmi。阿下载的外部库脚本增加。小型清理了内存泄漏,错误,和编译器警告。
标签: Major feature enhancements
Dynamic arrays were implemented in the core and in
the pascal precompiler. The directory tree was
restructured. Now everything compiles with and
without gpmi. A script to download external
libraries was added. Minor cleanups were made for
memory leaks, bugs, and compiler warnings.

2005-07-04 13:39
0.0.2

帕斯卡尔脚本不区分大小写了,和Pascal为周期式的需要,而不是常量表达式。错误报告是清理,使每个例程返回统一的运行时错误。类型转换是在帕斯卡尔。对于example_app, - memstat添加,这并不内存使用和运行统计数据。所有的内存泄漏迄今为止发现了清理。
标签: Code cleanup
Pascal scripting is not case sensitive anymore, and pascal-style
for cycle takes expressions instead of constants. Error
reporting is cleaned up so that every routine returns unified
runtime errors. Type casts were in Pascal. For example_app, --
memstat is added, which does memory usage and runtime
statistics. All the memory leaks found so far were cleaned up.

2005-06-29 00:42
0.0.1

标签: Initial freshmeat announcement

Project Resources