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

2004-03-26 04:33
1.0

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

An important bug was fixed in TOK_NWORD comments
and quoted strings parsing.
標籤: Major bugfixes

2004-02-02 18:25
1.0 RC0

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.
標籤: Initial freshmeat announcement

Project Resources