From f67c346842f71c2bbfc949790b51bc85020aa995 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 10 May 2011 18:21:57 +0000 Subject: [PATCH] updated README git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3585 42af7a65-404d-4744-a932-0658087f49c3 --- interpreters/README.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/interpreters/README.txt b/interpreters/README.txt index e1c58fef3..8cf7ce321 100644 --- a/interpreters/README.txt +++ b/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 -----