summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-05-10 18:21:57 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-05-10 18:21:57 +0000
commit1dc56f2ef16b1464e4238373916b2650a98933cf (patch)
treeabb1f09555abb90e9d6b6c1a374670e29e01e6c6 /apps
parent5260ab3c649e9cc7b28bd7a52a05f07d5cc0ecbd (diff)
updated README
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@3585 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'apps')
-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 e1c58fef30..8cf7ce321b 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
-----