PFE 0.33.69 (Default branch) |
|
|
The Portable Forth Environment implements the ANSI Standard of the Forth programming language. It is fully written in C, and with gcc the virtual machine can be put into cpu registers. The newer development versions implement a set of modern features including modularization and multithreading. The terminal connection itself can be configured to work in an embedded environment.
License: GNU Lesser General Public License (LGPL)
Changes:
The latest extensions from the Forth200x.org standardization process were integrated, thus the word "+FIELD" needs to be deprecated using a new generalized deprecation mechanism. The Forth200x regressions were integrated and the existing regressions rebased to a simpler mechanism. SBR decompiling was enhanced and activated even for ITC mode. A new ZNAME header model allows for theoretically unlimited length word names. There are bugfixes and portability enhancements.
|