nuttx-apps/interpreters
Huang Qi 69956020b4 interpreters/wamr: Add missing options
Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
Change-Id: Id1783f42842288a8f9c6ddf6105b6718dde757a1
2020-09-17 18:28:17 +01:00
..
bas Rewritten READMEs to Markdown 2020-07-25 01:01:51 -07:00
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 build: Replace $(TOPDIR)/Make.defs with $(APPDIR)/Make.defs 2020-07-09 15:17:37 -03:00
quickjs interpreters/quickjs: Initial QuickJS support 2020-09-01 09:14:05 -03:00
wamr interpreters/wamr: Add missing options 2020-09-17 18:28:17 +01:00
wasm3 interpreters: Initial wasm3 WebAssembly runtime support 2020-09-14 10:35:29 +08:00
.gitignore
Make.defs
Makefile
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.