Ported Ficl to NuttX apps/

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3584 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2011-05-10 18:18:19 +00:00
parent 6cece5a803
commit d99e056be8
3 changed files with 9 additions and 3 deletions
+2
View File
@@ -2204,6 +2204,8 @@ apps-6.3 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
* apps/interpreter: Add a directory to hold interpreters. The Pascal add-
on module now installs and builds under this directory.
* apps/interpreter/ficl: Added logic to build Ficl (the "Forth Inspired
Command Language"). See http://ficl.sourceforge.net/.
pascal-3.0 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>