nuttx-apps/interpreters
Huang Qi 19b49ba045 interpreters/quickjs: Bump to latest release
Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
Change-Id: I1cd96c4333442f8c3a3c58c3f8ae5bfac1734f5c
2021-03-16 20:28:04 -07:00
..
bas Rewritten READMEs to Markdown 2020-07-25 01:01:51 -07:00
duktape Replace all wget with curl 2020-12-21 22:45:46 -06: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: Bump to latest release 2021-03-16 20:28:04 -07:00
wamr Replace all wget with curl 2020-12-21 22:45:46 -06: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 Make.defs: Use complete include path 2020-02-19 12:56:10 -06:00
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.