nuttx-apps/interpreters
Alin Jerpelea 94f9dfa4df interpreters: fix relative path CI error
error: Path relative to repository other than nuttx must begin with the root directory
Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
2021-06-16 09:03:06 -05:00
..
bas interpreters: bas: update licenses to Apache 2021-06-09 10:31:54 -03:00
duktape interpreters: fix relative path CI error 2021-06-16 09:03:06 -05:00
ficl Makefiles: Gregory Nutt: update licenses to Apache 2021-06-07 21:35:33 -05:00
minibasic interpreters: fix relative path CI error 2021-06-16 09:03:06 -05:00
quickjs interpreters: fix relative path CI error 2021-06-16 09:03:06 -05:00
wamr interpreters: fix relative path CI error 2021-06-16 09:03:06 -05:00
wasm3 interpreters: fix relative path CI error 2021-06-16 09:03:06 -05:00
.gitignore
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

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.