nuttx-apps/interpreters
Alin Jerpelea ec339bc49a Makefiles: Gregory Nutt: update licenses to Apache
Gregory Nutt is the copyright holder for those files and he has submitted the
SGA as a result we can migrate the licenses to Apache.

Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
2021-06-07 21:35:33 -05:00
..
bas Makefiles: Gregory Nutt: update licenses to Apache 2021-06-07 21:35:33 -05:00
duktape Replace all wget with curl 2020-12-21 22:45:46 -06:00
ficl Makefiles: Gregory Nutt: update licenses to Apache 2021-06-07 21:35:33 -05:00
minibasic Makefiles: Gregory Nutt: update licenses to Apache 2021-06-07 21:35:33 -05:00
quickjs interpreters/quickjs: Fix typo in qjsmini.c 2021-03-17 11:08:08 +01:00
wamr interpreters: wamr: Add touch in Makefile to avoid unnecessary mv 2021-05-27 08:20:43 +02:00
wasm3 Replace all wget with curl 2020-12-21 22:45:46 -06: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.