summaryrefslogtreecommitdiff
path: root/apps/interpreters
diff options
context:
space:
mode:
Diffstat (limited to 'apps/interpreters')
-rw-r--r--apps/interpreters/README.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/interpreters/README.txt b/apps/interpreters/README.txt
index e1c58fef3..8cf7ce321 100644
--- a/apps/interpreters/README.txt
+++ b/apps/interpreters/README.txt
@@ -4,6 +4,14 @@ apps/interpreters README file
This apps/ directory is set aside to hold interpreters that may be
incorporated into NuttX.
+ficl
+----
+
+ This is DIY port of Ficl (the "Forth Inspired Command Language"). See
+ http://ficl.sourceforge.net/. It is a "DIY" port because the Ficl source
+ is not in that directory, only an environment and instructions that will
+ let you build Ficl under NuttX. The rest is up to you.
+
pcode
-----