Simple Forth Interpreter 1.0 review

Download
by rbytes.net on

Welcome to the SFI website

License: MIT/X Consortium License
File size: 23K
Developer: Juan J. Mart?nez
0 stars award from rbytes.net

Welcome to the SFI website. The Simple Forth Interpreter (SFI in short) is a Java implementation of a little 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.

SFI follows the ANS Forth standard where reasonably possible, provides a simple way by inheritance to customize and integrate the interpreter in any existing application and a simple interface to play with the Forth code.

Why Forth? The interpreter it's pretty simple and small, it's an easy to learn language and the 'extend with user defined words' fits quite well the idea of a language for scripting purposes.

What's New in This Release:
Bug fix into TOK_NWORD parsing strings and comments.

Simple Forth Interpreter 1.0 search tags