diff options
author | Zbigniew Baniewski <zb@ispid.com.pl> | 2011-01-06 18:42:14 -0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-01-10 15:04:23 -0600 |
commit | 958abc1de3644ebe3dc4316748f28aeb2423f91e (patch) | |
tree | eccd567a378373f392f8cb1471df8bd97dffb0fb /development/gforth/README | |
parent | d9fa4977912e6a91a00306fc826f1634bb8019ae (diff) | |
download | slackbuilds-958abc1de3644ebe3dc4316748f28aeb2423f91e.tar.gz |
development/gforth: Added (GNU Forth interpreter)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
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. + |