diff options
author | Zbigniew Baniewski <Zbigniew.Baniewski@gmail.com> | 2013-03-03 02:13:02 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-03-03 02:13:02 -0600 |
commit | 60f0f57cfe7b9b0c22b63b7c99f53eddaa883d57 (patch) | |
tree | 29e90c7b01caa7f6d75424d2b587ddb8dbdb310d /development/gforth/README | |
parent | d1c095f1fe22cebb195f4c0c8a688c3600d82a4a (diff) | |
download | slackbuilds-60f0f57cfe7b9b0c22b63b7c99f53eddaa883d57.tar.gz |
development/gforth: Added (GNU Forth interpreter)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/gforth/README')
-rw-r--r-- | development/gforth/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/development/gforth/README b/development/gforth/README new file mode 100644 index 0000000000..7baf268f5e --- /dev/null +++ b/development/gforth/README @@ -0,0 +1,7 @@ +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. |