nuttx-apps/interpreters
Xiang Xiao 1402e556eb quickjs: Don't define __NuttX__ manually
since nuttx/tools/Config.mk will do it for us

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2020-11-05 03:38:46 -08:00
..
bas
duktape interpreters/duktape: Add duktape to global search path 2020-08-30 01:25:25 +08:00
ficl Makefile: Unify ROOTDEPPATH into DEPPATH 2020-07-29 15:22:20 +02:00
minibasic
quickjs quickjs: Don't define __NuttX__ manually 2020-11-05 03:38:46 -08:00
wamr interpreters/wamr: This requires CLOCK_MONOTONIC to build 2020-10-13 08:09:36 +02:00
wasm3 interpreters: Initial wasm3 WebAssembly runtime support 2020-09-14 10:35:29 +08:00
.gitignore
Make.defs
Makefile
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.