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

2005-08-28 17:06
0.0.3

동적 배열의 핵심에서 구현되었고 파스칼 precompiler있습니다. 디렉토리 트리를 재결 성됐다. 지금은 모든것을 함께 gpmi없이 컴파일합니다. 다운로드는 외부 라이브러리에 스크립트를 추가했습니다. 마이너 청소 메모리 누수, 버그, 그리고 컴파일러가 경고되었다.
Tags: 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

파스칼 스크립트는 대소문자를 구분 이상, 그리고 사이클에 대한 파스칼의 스타일이 아니야 대신 상수 표현식을 쓸수있다. 오류보고 그렇게 모든 루틴을 반환하는 런타임 오류 통일 청소입니다. 타입 캐스트 파스칼로했다. example_app 들어, - memstat, 이는 런타임 메모리 사용량 통계가 추가됩니다. 모든 메모리 누수를 너무 멀리까지 청소를 발견했습니다.
Tags: 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

Tags: Initial freshmeat announcement

Project Resources