Download List

项目描述

The Simple Forth Interpreter is a Java implementation of
a subset of the ANS Forth language. The goal of SFI is to
develop a small interpreter to be embedded in any
application and provide scripting functionality with low
resources.

系统要求

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.

2004-03-26 04:33
1.0

经过测试,最后一个发布候选已成为1.0。在Javadoc文档已经更新,添加到包。
After some testing, the last release candidate has become 1.0. The
Javadoc documentation has been updated and added to the package.

2004-02-07 21:59
1.0 RC1

一个重要的错误是固定在TOK_NWORD意见和引号的字符串解析。
标签: Major bugfixes
An important bug was fixed in TOK_NWORD comments
and quoted strings parsing.

2004-02-02 18:25
1.0 RC0

这是第一次公开的版本发布候选。它提供了一个API之间进行通信的主机应用程序和第四代码。常量,变量和用户定义的词是从Java代码访问,并的方式来定义的话,在Java系统还提供以扩大解释容易。该计划包括一个例子译员,在一个AWT小程序集成。
标签: Initial freshmeat announcement
This is the first release candidate for the first
public version. It provides an API to communicate
between the host application and the Forth code.
Constants, variables, and user-defined words are
accessible from Java code, and a way to define
system words in Java is also provided in order to
extend the interpreter easily. The package
includes an example interpreter integrated in an
AWT applet.

Project Resources