The Forth Foundation Library is a Forth library.
It gives you a collection of words written in
(ANS) forth which are useful in areas such as data
types, collections, interfaces, development
support, and compound modules.
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.
This release adds four new features to the library, including an interface to the gtk-server, enabling a Forth engine to show a GTK GUI, a simple scanf, a base64, and a fixed width data type module. This list of supported Forth engines was extended with VFX Forth, and the library will now also run on 64-bit Forth engines.
This release adds eight new features to the library, including a finite state machine, a generic binary tree, a gzip file reader, a linear and circular buffer, a bit input stream, a logger, and a simple sprintf module. The regular expressions module now also supports user classes. The list of Forth engines that run the library was extended with iForth32, lxf/ntf, and spf4.
This release adds seven new features to the library, including a command line argument parser, a message catalog with gettexts mo-file import, a date/time output stream, an XML/HTML reader, an XML/HTML writer, a distributed random number generator, and an XML-DOM. The structures used in the library are changed to the new ANS structures.
This release adds four new features to the
library, including an n-tree with an iterator, a
SHA-256 module, and a regular expressions module.
The library will now also run on MinForth.
This release adds ten new modules to the library, including a complex and fraction number module, a double linked list with an iterator, a binary tree with an iterator, an AVL tree, a SHA-1 module, a Mersenne Twister random generator, and an interval timer. The library will now also run on Win32Forth.