diff options
Diffstat (limited to 'development/gforth/README')
-rw-r--r-- | development/gforth/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/development/gforth/README b/development/gforth/README new file mode 100644 index 0000000000..c31ed6a30b --- /dev/null +++ b/development/gforth/README @@ -0,0 +1,8 @@ +GNU Forth interpreter that is ANSI compliant. + +NOTE: If you Compile or otherwise install the Ffcall package, GForth will +also have the ability to call libraries of C software. Ffcall must be +installed first in order for GForth to detect this, however. +However, GForth can run on its own without Ffcall. For this reason, Ffcall +is not listed as a dependency. + |