nuttx-apps/interpreters
Xiang Xiao 45af16099b interpreters/duktape: Remove v from tar command
to avoid the verbose unzip message

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-02-20 15:53:27 +01:00
..
bas Fixes BAS list 'Error: Break at: end of program' error. 2021-11-04 13:48:57 -05:00
duktape interpreters/duktape: Remove v from tar command 2022-02-20 15:53:27 +01:00
ficl Makefiles: Gregory Nutt: update licenses to Apache 2021-06-07 21:35:33 -05:00
minibasic apps: remove space befone newline in logs 2021-12-27 20:52:08 -06:00
quickjs interpreters: fix relative path CI error 2021-06-16 09:03:06 -05:00
wamr Typo fixes. 2022-01-06 10:30:41 +08:00
wasm3 interpreters: fix relative path CI error 2021-06-16 09:03:06 -05:00
.gitignore Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
Make.defs Makefiles: Gregory Nutt: update licenses to Apache 2021-06-07 21:35:33 -05:00
Makefile Makefiles: Gregory Nutt: update licenses to Apache 2021-06-07 21:35:33 -05:00
README.md Rewritten READMEs to Markdown 2020-07-25 01:01:51 -07:00

Interpreters

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.

Mini Basic

The Mini Basic implementation at apps/interpreters derives from version 1.0 by Malcolm McLean, Leeds University, and was released under the Creative Commons Attibution license. I am not legal expert, but this license appears to be compatible with the NuttX BSD license see: https://creativecommons.org/licenses/. I, however, cannot take responsibility for any actions that you might take based on my understanding. Please use your own legal judgement.